Windows build

This commit is contained in:
Zbigniew Mandziejewicz 2015-10-05 05:19:57 +08:00
parent 8117f78a23
commit ba2c5a7d06
2 changed files with 4 additions and 1 deletions

View File

@ -13,4 +13,4 @@ addons:
- cmake - cmake
script: script:
- cmake . - cmake .
- make - cmake --build .

3
appveyor.yml Normal file
View File

@ -0,0 +1,3 @@
build_script:
- cmake .
- cmake --build .