summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-16 15:11:39 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-16 15:11:39 +0100
commite722eda2d903efaef9088e54fd9a5a475d23f4c5 (patch)
tree7ea0c7304377a4d9782d0b74a41f1d5147b7683f /.appveyor.yml
parentd461de5797272093813aadb57fbb4d3e9dfe44ce (diff)
AppVeyor and ISS cleanup
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 00000000..d6dea376
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,8 @@
+os: unstable
+install:
+ # Configuring Qt
+ - set QTDIR=C:\Qt\5.4\mingw491_32
+ - set PATH=%QTDIR%\bin;C:\MinGW\bin;%PATH%
+build_script:
+ - qmake qtpass.pro
+ - mingw32-make