summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-03-12 14:03:20 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-03-12 21:30:30 +0100
commited5cc364453a002812e32dea7c0f28fe4eb53085 (patch)
treebfb0c318b0ce157ff467cca8946402058c991548 /.appveyor.yml
parent92201dcba871b43ce495798a7a580d97f60d162a (diff)
Workaround for failing test building for Windows
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 086f8175..f262442f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,14 +5,11 @@ install:
build_script:
- qmake qtpass.pro CONFIG+=static
- mingw32-make
+ - mingw32-make check
#after_build:
- cmd: copy README.md src\release\README.txt
- cmd: copy LICENSE src\release\LICENSE.txt
- iscc qtpass.iss
- - cmd: cd tests
- - qmake
- - mingw32-make
- - mingw32-make check
artifacts:
- path: Output\qtpass-*.exe
- path: src\release\qtpass.exe