summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-10 00:36:23 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-10 00:36:23 +0200
commitb505522932364caeab5013597b289ad218f96ed6 (patch)
tree627c03248ae64c36eab68059b220ab8c0d4d3929
parent341afd9aa99b59786e2e86b734cece4e2112da9a (diff)
macdeployqt added
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 87151e23..6a4e33b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,8 @@ script:
- qmake -v
- qmake -Wall qtpass.pro
- make -j$(nproc)
+- if [ "$TRAVIS_OS_NAME" = "osx" ]; then macdeployqt QtPass.app;
+ fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then appdmg appdmg.json qtpass-$(grep ^VERSION qtpass.pro | cut -d " " -f 6).dmg;
fi
notifications: