Commit f4e3a6ab by nulltoken

AppVeyor: Prettify build script

parent f83c19c8
......@@ -9,17 +9,12 @@ environment:
- GENERATOR: "Visual Studio 11 Win64"
ARCH: 64
build_script:
- ps: >-
- ps: |
choco install cmake
choco install python2
mkdir build
cd build
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
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