Created
October 26, 2016 04:22
-
-
Save suciptoid/b894a34cc99fe539009d55c317f028c8 to your computer and use it in GitHub Desktop.
Travis CI for Qt 5 Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: required | |
dist: trusty | |
before_install: | |
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty | |
- sudo apt-get update -qq | |
install: | |
- sudo apt-get -y install qt55[QTPACKAGE] | |
script: | |
- source /opt/qt55/bin/qt55-env.sh | |
- cd src | |
- /opt/qt55/bin/qmake -project | |
- /opt/qt55/bin/qmake KBBI-Qt.pro | |
- make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should we remove that line?
After I removed the line, another error occured.
What is the little bug?