summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d0087686..ee07f233 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,3 +1,4 @@
+---
install:
- set QTDIR=C:\Qt\5.13\mingw73_32
- choco install -y InnoSetup
@@ -5,8 +6,8 @@ install:
build_script:
- qmake qtpass.pro CONFIG+=static
- mingw32-make
-# - mingw32-make check
-#after_build:
+ # - mingw32-make check
+ # after_build:
- cmd: copy README.md src\release\README.txt
- cmd: copy LICENSE src\release\LICENSE.txt
- iscc qtpass.iss