Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
travis: add Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
erijo committed Oct 6, 2014
1 parent cdff6e0 commit 2d29c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
- sudo apt-get update -qq
- sudo apt-get install -qq
libaosd-dev
Expand All @@ -15,5 +16,6 @@ before_install:
libssl-dev
libxosd-dev
libxss-dev
qtbase5-dev qttools5-dev-tools
before_script: mkdir build-all/build
script: cd build-all/build && cmake .. && make

0 comments on commit 2d29c6a

Please sign in to comment.