summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 11:55:29 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 11:55:29 +0100
commit5eb00bcf8cf8b62f64e1e20fc196ec2687e90da2 (patch)
tree2d2854749ee09576711dd8bb8c357a9cbece575d /.appveyor.yml
parentde138d02f67fd9cd802bbd72662b188c9d7d74e3 (diff)
Attempt to run unit test on Windows
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 69a344b9..b2b00b59 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,6 +9,10 @@ build_script:
- cmd: copy README.md src\release\README.txt
- cmd: copy LICENSE src\release\LICENSE.txt
- iscc qtpass.iss
+ - cmd: cd tests
+ - qmake
+ - mingw32-make
+ - cmd: auto\util\release\tst_util.exe
artifacts:
- path: Output\qtpass-*.exe
- path: src\release\qtpass.exe