appveyor configuration
This commit is contained in:
parent
40b601f555
commit
8926c476b3
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 New Issue
Block a user