Skip to content

Commit

Permalink
Install qt5 in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer committed Apr 28, 2018
1 parent a739a62 commit c3b1add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,7 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo ./installDeps.sh
- 'if [ "$CMAKE_ARGS" = "-DUSE_QT5=True" ]; then sudo apt-get install -qq qtbase5-dev; fi'

env:
- CMAKE_ARGS=""
Expand All @@ -17,4 +18,4 @@ script:
- mkdir -p build
- cd build
- cmake $CMAKE_ARGS ..
- make
- make

0 comments on commit c3b1add

Please sign in to comment.