We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930d526 commit 88ca446Copy full SHA for 88ca446
1 file changed
.travis.yml
@@ -5,10 +5,16 @@ compiler:
5
- gcc
6
os:
7
- linux
8
+
9
install:
10
- sudo apt-get update
-- 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
18
script:
-- qmake -project
-- qmake BatchGUI.pro
19
+- qmake BatchGUI.pro -r -spec linux-g++ CONFIG+=release
20
- make
0 commit comments