Commit 554063a5 by Arthur Schreiber

Speed up AppVeyor builds.

AppVeyor build machines come with Python 2.7 and CMake 2.8 pre-installed and in the PATH.
parent 3db1b15e
......@@ -10,8 +10,6 @@ environment:
ARCH: 64
build_script:
- ps: |
choco install cmake
choco install python2
mkdir build
cd build
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
......
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