We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5719c commit e552c5dCopy full SHA for e552c5d
.appveyor.yml
@@ -23,8 +23,8 @@ environment:
23
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
24
GENERATOR: Visual Studio 15 2017 Win64
25
26
- - GENERATOR: MinGW Makefiles
27
- BINDIR: C:\MinGW\bin
+# - GENERATOR: MinGW Makefiles
+# BINDIR: C:\MinGW\bin
28
29
- GENERATOR: MinGW Makefiles
30
COMPILER: MinGW 5
@@ -34,9 +34,9 @@ environment:
34
COMPILER: MinGW 6
35
BINDIR: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
36
37
38
- COMPILER: MinGW 6
39
- BINDIR: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
+# COMPILER: MinGW 6
+# BINDIR: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
40
41
init: []
42
0 commit comments