File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ environment:
13
13
- COMPILER : " visual"
14
14
ARCH : " x64"
15
15
TEST_XXHSUM : " true"
16
- - COMPILER : " visual"
17
- ARCH : " x64"
18
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
19
- TEST_XXHSUM : " true"
20
16
- COMPILER : " visual"
21
17
ARCH : " Win32"
22
18
TEST_XXHSUM : " true"
@@ -26,13 +22,18 @@ environment:
26
22
TEST_XXHSUM : " true"
27
23
- COMPILER : " visual"
28
24
ARCH : " ARM"
29
- - COMPILER : " visual"
30
- ARCH : " ARM64"
31
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
32
- # note: ARM64 is not available with Visual Studio 14 2015, which is default for Appveyor
33
- # Below tests are now disabled.
34
- # They are flacky on Appveyor, for various reasons.
35
- # Moreover, their equivalent already runs correctly on Github Actions.
25
+ # Below tests are now disabled due to redundancy.
26
+ # Their equivalent already runs correctly on Github Actions.
27
+ # - COMPILER: "visual"
28
+ # ARCH: "x64"
29
+ # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
30
+ # TEST_XXHSUM: "true"
31
+ # - COMPILER: "visual"
32
+ # ARCH: "ARM64"
33
+ # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
34
+ # # note: ARM64 is not available with Visual Studio 14 2015, which is default for Appveyor
35
+
36
+ # The following tests were also flacky on Appveyor, for various reasons.
36
37
# - COMPILER: "gcc"
37
38
# PLATFORM: "mingw64"
38
39
# - COMPILER: "gcc"
You can’t perform that action at this time.
0 commit comments