Thanks to visit codestin.com Credit goes to github.com
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 a3e3386 commit 3607abdCopy full SHA for 3607abd
.appveyor.yml
@@ -0,0 +1,25 @@
1
+clone_depth: 5
2
+
3
+environment:
4
+ matrix:
5
+# - GENERATOR : "MinGW Makefiles"
6
+# PLATFORM: x86
7
+ - GENERATOR : "Visual Studio 15 2017 Win64"
8
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
9
+ PLATFORM: x64
10
11
12
+configuration:
13
+ - Release
14
15
+install:
16
+ - set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0;%PATH%
17
18
19
+before_build:
20
+ - mkdir build
21
+ - cd build
22
+ - cmake "-G%GENERATOR%" ..
23
24
+build_script:
25
+- cmake --build .
0 commit comments