diff options
-rw-r--r-- | src/scripts/ci/appveyor.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index 9bcbb9ff1..dbe806a51 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -8,14 +8,6 @@ environment: matrix: - # MinGW GCC - - CC: MinGW - PLATFORM: x86_amd64 - TARGET: static - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - MAKE_TOOL: mingw32-make - TARGET_CC: gcc - # MSVC 2015 DLL x86-32 - CC: VC2015 PLATFORM: x86 @@ -78,6 +70,14 @@ environment: MAKE_TOOL: jom TARGET_CC: msvc + # MinGW GCC + - CC: MinGW + PLATFORM: x86_amd64 + TARGET: static + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + MAKE_TOOL: mingw32-make + TARGET_CC: gcc + install: - call src\scripts\ci\setup_appveyor.bat |