aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-02-09 15:36:27 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-09 15:36:27 +0300
commit1ebaed721befa98583ff7c65df90c134f3df26b7 (patch)
tree94bef66970f2c25e4a07ca624b998a67bb03eb1e /appveyor.yml
parent02da04489696bd38bf55fc1947fb4082dd04a466 (diff)
Add platform.machine() output (curious about Windows strings)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b885dd9ef..182ef0878 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,6 +3,7 @@ install:
build_script:
- 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
build_script: