From ab904241482f81495c404a35f585b069c227f0c7 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Thu, 10 Dec 2015 14:11:05 +0300 Subject: Create appveyor.yml --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..4fefb596d --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,5 @@ +install: + - 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 -- cgit v1.2.3