Skip to content

Commit 84136be

Browse files
authored
Create .appveyor.yml
1 parent 16b9bdc commit 84136be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
platform: x64
2+
3+
environment:
4+
- GENERATOR: Visual Studio 15 2017 Win64
5+
CXXFLAGS: /std:c++14 /permissive-
6+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7+
8+
configuration:
9+
- Release
10+
11+
build_script:
12+
- mkdir build
13+
- cd build
14+
- cmake -G "$env:GENERATOR" ..
15+
- cmake --build . --config %CONFIGURATION%

0 commit comments

Comments
 (0)