summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-02-27 16:46:34 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-02-27 16:46:34 +0100
commit505dbc1fc4b06ce152fa2dc1b33805f17c5a688f (patch)
tree07935567d87deca2065ef98292d4a5381f3ef1b5 /.travis.yml
parentdd0bf3ca8d0e75eea3435f09190819a77fd094d5 (diff)
Another travis tests test:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ac6577f..385cee6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,11 @@ script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pandoc --standalone --from=markdown_github --to=rtf --output=README.rtf README.clean; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then appdmg appdmg.json qtpass-$(grep ^VERSION qtpass.pri | cut -d " " -f 6).dmg; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export VERSION=$(grep ^VERSION qtpass.pri | cut -d " " -f 6); fi
-- cd tests && make && ./auto/util/test_util && cd -
+- cd tests
+- qmake
+- make
+- ./auto/util/test_util
+- cd -
notifications:
irc:
channels: