- add more MinGW builds Signed-off-by: SSE4 <tomskside@gmail.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
diff --git a/appveyor.yml b/appveyor.yml
index 2e337ef..9e245a7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,8 +5,32 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_SH: "CMAKE_SH-NOTFOUND"
CMAKE_GENERATOR: "MinGW Makefiles"
+ MINGW_HOME: "C:\\MinGW\\bin"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ CMAKE_SH: "CMAKE_SH-NOTFOUND"
+ CMAKE_GENERATOR: "MinGW Makefiles"
+ MINGW_HOME: "C:\\mingw-w64\\i686-5.3.0-posix-dwarf-rt_v4-rev0\\mingw64\\bin"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ CMAKE_SH: "CMAKE_SH-NOTFOUND"
+ CMAKE_GENERATOR: "MinGW Makefiles"
+ MINGW_HOME: "C:\\mingw-w64\\i686-6.3.0-posix-dwarf-rt_v5-rev1\\mingw64\\bin"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ CMAKE_SH: "CMAKE_SH-NOTFOUND"
+ CMAKE_GENERATOR: "MinGW Makefiles"
+ MINGW_HOME: "C:\\mingw-w64\\x86_64-6.3.0-posix-seh-rt_v5-rev1\\mingw64\\bin"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ CMAKE_SH: "CMAKE_SH-NOTFOUND"
+ CMAKE_GENERATOR: "MinGW Makefiles"
MINGW_HOME: "C:\\mingw-w64\\x86_64-7.2.0-posix-seh-rt_v5-rev1\\mingw64\\bin"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ CMAKE_SH: "CMAKE_SH-NOTFOUND"
+ CMAKE_GENERATOR: "MinGW Makefiles"
+ MINGW_HOME: "C:\\mingw-w64\\x86_64-7.3.0-posix-seh-rt_v5-rev0\\mingw64\\bin"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ CMAKE_SH: "CMAKE_SH-NOTFOUND"
+ CMAKE_GENERATOR: "MinGW Makefiles"
+ MINGW_HOME: "C:\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: "Ninja"
CC: "C:\\Program Files\\LLVM\\bin\\clang-cl.exe"
VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"