blob: b76b97edd8323cce206b17a915c180bfc3f14927 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
language: cpp
compiler:
- gcc
- clang
env:
- QT_SELECT=qt4 ; CONFIG=minimal
- QT_SELECT=qt4 ; CONFIG=minimal-static
- QT_SELECT=qt4 ; CONFIG=full
- QT_SELECT=qt4 ; CONFIG=full-static
- QT_SELECT=qt5 ; CONFIG=minimal
- QT_SELECT=qt5 ; CONFIG=minimal-static
- QT_SELECT=qt5 ; CONFIG=full
- QT_SELECT=qt5 ; CONFIG=full-static
install:
- tests/travis/install-build-depends.sh
script:
- tests/travis/build-and-test.sh
|