Commit 9ff40a0fd114ee5c46a3f5a749fc2a64068b7ef0

SSE4 2019-02-22T03:14:52

- let's try to add MinGW Signed-off-by: SSE4 <tomskside@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/appveyor.yml b/appveyor.yml
index 66c00d1..41371fb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,9 @@ environment:
     PYTHON: "C:\\Python37"
 
     matrix:
+        - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+          CMAKE_GENERATOR: "MinGW Makefiles"
+          CC: "C:\MinGW\bin\gcc.exe"
         - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
           CMAKE_GENERATOR: "Visual Studio 12 2013"
         - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015