-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
freemountain
authored and
freemountain
committed
Nov 21, 2016
1 parent
a1449bf
commit b10d2ef
Showing
1 changed file
with
16 additions
and
10 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 |
---|---|---|
@@ -1,15 +1,21 @@ | ||
sudo: required | ||
dist: trusty | ||
language: generic | ||
|
||
install: | ||
- sudo add-apt-repository -y ppa:beineri/opt-qt57-trusty | ||
- sudo apt-get update | ||
- sudo apt-get -y install qt57declarative qt57quickcontrols qt57quickcontrols2 qt57graphicaleffects qt57tools qt57svg | ||
- sudo apt-get -y install mesa-common-dev libglu1-mesa-dev | ||
|
||
- sudo add-apt-repository -y ppa:beineri/opt-qt57-trusty | ||
- sudo apt-get update | ||
- sudo apt-get -y install qt57declarative qt57quickcontrols qt57quickcontrols2 qt57graphicaleffects | ||
qt57tools qt57svg | ||
- sudo apt-get -y install mesa-common-dev libglu1-mesa-dev | ||
script: | ||
- source /opt/qt57/bin/qt57-env.sh | ||
- ./tools/bootstrap.sh | ||
- mkdir build && cd build && qmake .. && make && cd .. | ||
- ./tools/deploy_linux.sh build/quark | ||
- source /opt/qt57/bin/qt57-env.sh | ||
- ./tools/bootstrap.sh | ||
- mkdir build && cd build && qmake .. && make && cd .. | ||
- ./tools/deploy_linux.sh build/quark | ||
deploy: | ||
provider: releases | ||
api_key: | ||
secure: IckXTW+tOTID4xV9tc1arkNlJPNA7gUfziDbWyjuqxgmIdrMJthpT6BSzhaCb3+yFqXDDuNn73li4SJz0Xy6jvQXLK+Jgsl3iyOButiyq7X61bxeA0fd9Kc5Y3P7lVQbYPvaczIRT0NOBPwmRjPZr1bvIESS/jnVvBF0uM+jIilJAMDYVBcSr0jZz0JJLs9eBTBZiH6lH1FD1NWhBpYpYA0P39O39nofZOGvZRdRgZ97pxBRGhVhjy5LwysDnza78ik92lQSBb1PcItM4wm9gt6eEBjgvP/rfl5JHn0ST5226Me98Ppq88hJ5sCZRXdmWg30CJ4WrTg/NCEp/bZXx8m2iKSA0QCei9Et8nnlSSYzrMGfTCvGbFLKWb027rcNsbohkfUTV8BKooPPSx/24t3lN6J3baYLD4ilDwkBAGouKti4+qLkT5BipxTOeBIW6Ot/SW7kv7ivnqrLsCzNHrtlqawURmaOSot4Noz0j4ZyuH1jbML3NsqNBCWZDsTsnLCkXYz05zPF+xtXxIUR8X6SKILWMp531aIhU/hhOcl8ajBp4ri+JQwTIqqXfkBidzfTI+d94EWukDclEa4YDqAO8FLLVv1cIwZH3PrqWH8dRrOxdUZTB+dTohJkkwufoMAvy83AoE1T3gpdd8JNdRJP+h6jC3HTCQLFw3gmkpA= | ||
file: /home/travis/build/freemountain/quark/build/Quark-x86_64.AppImage | ||
on: | ||
repo: freemountain/quark |