aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-02-09 15:44:24 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-09 15:44:24 +0300
commit8ab49c3ba8397142bce2105d73fcac1fc55284fa (patch)
tree48fe611c1213670d1a3c8b36b559808401b5e6d9 /appveyor.yml
parent1ebaed721befa98583ff7c65df90c134f3df26b7 (diff)
appveyor.yml: Properly show diagnostic information
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: >-