Merge pull request #2803 from ethomson/appveyor

Add appveyor yaml
This commit is contained in:
Edward Thomson 2015-01-06 18:34:43 -06:00
commit 9b22f8b414

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 .