Add appveyor yaml

This commit is contained in:
Edward Thomson 2015-01-06 15:16:25 -06:00
parent 007f3ff6fa
commit 388ca7e73c

19
appveyor.yml Normal file
View File

@ -0,0 +1,19 @@
version: '{build}'
branches:
only:
- master
build_script:
- ps: >-
choco install cmake
choco install python2
mkdir build
cd build
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON -D STDCALL=ON .. -G"Visual Studio 11"
cmake --build . --config RelWithDebInfo
test_script:
- ps: ctest -V .