summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schreiber <schreiber.arthur@gmail.com>2015-02-06 23:12:58 +0100
committerArthur Schreiber <schreiber.arthur@gmail.com>2015-02-06 23:12:58 +0100
commit554063a5fe25e7ff9034f50c6bede5573b96dacb (patch)
tree2089d03ccb47614f59d448d80c38a3e67f0fd869
parent3db1b15e16c8501a74292855a9cb4be4c62dd929 (diff)
downloadlibgit2-554063a5fe25e7ff9034f50c6bede5573b96dacb.tar.gz
Speed up AppVeyor builds.
AppVeyor build machines come with Python 2.7 and CMake 2.8 pre-installed and in the PATH.
-rw-r--r--appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index aa3a70eb5..d11fec12c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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"