Skip to content

Commit 88ca446

Browse files
author
Nicolas
committed
Test travis 6
1 parent 930d526 commit 88ca446

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ compiler:
55
- gcc
66
os:
77
- linux
8+
89
install:
910
- sudo apt-get update
10-
- sudo apt-get install -y qt-sdk
11+
- sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty
12+
- sudo apt-get install -qq qt57-meta-full
13+
14+
before_script:
15+
- QT_ENV_SCRIPT=$(find /opt -name 'qt*-env.sh')
16+
- source $QT_ENV_SCRIPT
17+
1118
script:
12-
- qmake -project
13-
- qmake BatchGUI.pro
19+
- qmake BatchGUI.pro -r -spec linux-g++ CONFIG+=release
1420
- make

0 commit comments

Comments
 (0)