Commit 9b22f8b4 by Edward Thomson

Merge pull request #2803 from ethomson/appveyor

Add appveyor yaml
parents 007f3ff6 388ca7e7
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 .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment