summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
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