Merge pull request #2890 from arthurschreiber/patch-5

Speed up AppVeyor builds.
This commit is contained in:
nulltoken 2015-02-06 23:24:50 +01:00
commit b703049c61

View File

@ -10,8 +10,6 @@ environment:
ARCH: 64 ARCH: 64
build_script: build_script:
- ps: | - ps: |
choco install cmake
choco install python2
mkdir build mkdir build
cd build cd build
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR" cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"