summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ee3f4eb7b..166de5bbe 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,12 +8,11 @@ environment:
ARCH: 32
- GENERATOR: "Visual Studio 11 Win64"
ARCH: 64
+install:
+ - cinst cmake
+ - cinst python2
build_script:
- ps: >-
- choco install cmake
-
- choco install python2
-
mkdir build
cd build