Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3607abd

Browse files
Create .appveyor.yml
1 parent a3e3386 commit 3607abd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.appveyor.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)