Skip to content

Commit

Permalink
fix qt install?
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Jul 25, 2018
1 parent 0e158a4 commit 3e5eac8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ before_install:
- wget http://download.qt.io/official_releases/qt/5.11/5.11.1/qt-opensource-linux-x64-5.11.1.run
- chmod u+x qt-opensource-linux-x64-5.11.1.run
- sudo ./qt-opensource-linux-x64-5.11.1.run --verbose -platform minimal --script /home/travis/build/mjoppich/bioGUI/silent_qt_install.qs
- ls /usr/local/qt/
- ls /opt/Qt/5.11.1/
- export PATH=/usr/local/qt/5.11.1/gcc_64/bin/:$PATH
- ls /opt/Qt5.11.1/
- export PATH=/opt/Qt5.11.1/5.11.1/gcc_64/bin/:$PATH
- cd /home/travis/build/mjoppich/bioGUI


before_script:
- mkdir build
- cd build
- PATH=/usr/local/qt/5.11.1/gcc_64/bin/:$PATH cmake ..
- PATH=/opt/Qt5.11.1/5.11.1/gcc_64/bin/:$PATH cmake ..

script: make

0 comments on commit 3e5eac8

Please sign in to comment.