Skip to content

Commit

Permalink
Use Qt 5.9.1 for Travis builds
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
Harry-Chen committed Oct 16, 2017

Verified

This commit was signed with the committer’s verified signature.
Harry-Chen Shengqi Chen
1 parent e124eab commit 3b3cdfa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -6,11 +6,15 @@ env:
- BUILDTYPE=Release
- BUILDTYPE=Debug

install:
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt591-xenial
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-default libqt5x11extras5-dev

install:
- sudo apt-get install -qq qt59-meta-full libqt5x11extras5-dev

script:
- source /opt/qt59/bin/qt59-env.sh
- mkdir build/
- cd build/
- cmake .. -DCMAKE_BUILD_TYPE=$BUILDTYPE

0 comments on commit 3b3cdfa

Please sign in to comment.