Skip to content

Commit

Permalink
Speed up AppVeyor builds.
Browse files Browse the repository at this point in the history
AppVeyor build machines come with Python 2.7 and CMake 2.8 pre-installed and in the PATH.
  • Loading branch information
arthurschreiber committed Feb 6, 2015
1 parent 3db1b15 commit 554063a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 554063a

Please sign in to comment.