diff options
| author | Boris Pek <tehnick-8@yandex.ru> | 2014-03-27 19:45:33 +0400 |
|---|---|---|
| committer | Boris Pek <tehnick-8@yandex.ru> | 2014-03-27 20:23:41 +0400 |
| commit | 69ca9f1ceec0a55600530fb51ce12c4f095ea0c9 (patch) | |
| tree | 07242a57cb32e58863a2f9791d91a16d9a592d29 /.travis.yml | |
| parent | 7851ba6e3f61e937e62d441eec6b2be6561ec473 (diff) | |
| download | qxmpp-69ca9f1ceec0a55600530fb51ce12c4f095ea0c9.tar.gz | |
Update support of Travis CI.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index d603acec..899bb6e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ language: cpp +compiler: + - gcc + - clang env: - - QT_SELECT=qt4 - - QT_SELECT=qt5 + - QT_SELECT=qt4 ; CONFIG=minimal + - QT_SELECT=qt4 ; CONFIG=full + - QT_SELECT=qt5 ; CONFIG=minimal + - QT_SELECT=qt5 ; CONFIG=full install: - - tests/install-build-depends + - tests/travis/install-build-depends.sh script: - - qmake - - make - - tests/run.py + - tests/travis/build-and-test.sh |
