appveyor configuration
This commit is contained in:
parent
40b601f555
commit
8926c476b3
1 changed files with 10 additions and 0 deletions
10
appveyor.yml
Normal file
10
appveyor.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
environment:
|
||||
matrix:
|
||||
- GENERATOR: "Visual Studio 12"
|
||||
CONFIG: Debug
|
||||
|
||||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake "-G%GENERATOR%" ..
|
||||
- cmake --build . --config "%CONFIG%"
|
Loading…
Reference in a new issue