summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 13:29:55 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 13:29:55 +0100
commit3a6639a04fc9b1c6f3a5c4285793d56687d90c06 (patch)
tree62116a9aefef4e21639ecfec9b84b11a907b3366 /.appveyor.yml
parent32182959224abd80541f238df2e27119a52810ce (diff)
YML fixes, linelength is warning
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