Skip to content

Commit

Permalink
ppa for qt
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Apr 15, 2020
1 parent 25014fd commit ff33bb4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,12 @@ compiler: gcc

before_install:
- pwd
- cd ~
- pwd
- wget -O qt-opensource.run http://download.qt.io/official_releases/qt/5.14/5.14.2/qt-opensource-linux-x64-5.14.2.run
- chmod u+x qt-opensource.run
- sudo ./qt-opensource.run --verbose --platform minimal --script /home/travis/build/mjoppich/bioGUI/silent_qt_install.qs
- ls /opt/Qt5.14.2/
- export PATH=/opt/Qt5.14.2/5.14.2/gcc_64/bin/:$PATH
- cd /home/travis/build/mjoppich/bioGUI


before_script:
- mkdir build
- cd build
- PATH=/opt/Qt5.14.2/5.14.2/gcc_64/bin/:$PATH cmake ..
- cmake ..

script: make

0 comments on commit ff33bb4

Please sign in to comment.