summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml4
-rw-r--r--CHANGELOG.md1
2 files changed, 5 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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1b38218..a74aa0a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@
- Config dialog: Propose "Password behaviour" label change [\#294](https://github.com/IJHack/QtPass/issues/294)
- There is no `git cp` [\#272](https://github.com/IJHack/QtPass/issues/272)
+- pass is apparently switching out pwgen [\#264](https://github.com/IJHack/QtPass/issues/264)
- pass working fine but qtprocess failure with qtpass [\#260](https://github.com/IJHack/QtPass/issues/260)
- Feature: CTRL/CMD + Q closes the mainwindow [\#258](https://github.com/IJHack/QtPass/issues/258)
- Refactoring: removal of lastDecrypt [\#256](https://github.com/IJHack/QtPass/issues/256)