-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Emotyco/develop
Version 0.2
- Loading branch information
Showing
85 changed files
with
4,801 additions
and
1,035 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
language: cpp | ||
|
||
os: linux | ||
dist: trusty | ||
sudo: required | ||
compiler: gcc | ||
|
||
before_install: | ||
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa | ||
- sudo add-apt-repository --yes ppa:beineri/opt-qt58-trusty | ||
- sudo apt-get -qq update | ||
|
||
install: | ||
- sudo apt-get -y install build-essential libgl1-mesa-dev | ||
- sudo apt-get -y install libpulse-mainloop-glib0 libpulse0 libpulse-dev | ||
- sudo apt-get -y install qt58base qt58graphicaleffects qt58quickcontrols qt58quickcontrols2 qt58svg qt58tools qt58multimedia | ||
|
||
script: | ||
- source /opt/qt58/bin/qt58-env.sh | ||
- /opt/qt58/bin/qmake | ||
- make |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.