aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 182ef0878..5ae224f5e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,10 +1,9 @@
-install:
- - cmd: git submodule update --init --recursive
-
-build_script:
+init:
- cmd: python --version
- cmd: python -c "import platform; print(platform.machine())"
- - cmd: python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin
+
+install:
+ - cmd: git submodule update --init --recursive
build_script:
- cmd: >-