aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2015-12-10 14:27:50 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-01-25 10:15:36 +0300
commit6fce41f1848a960e8195bd82419877ae6488f32a (patch)
treeeed2d864b08a8a8e8529513561d612ac1fd41d7d
parentab904241482f81495c404a35f585b069c227f0c7 (diff)
Update appveyor.yml
Trying cmd: prefix
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4fefb596d..6a1c7b0ef 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,6 @@
install:
- - git submodule update --init --recursive
+ - cmd: git submodule update --init --recursive
build_script:
- - python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin
+ - cmd: python --version
+ - cmd: python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin