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