Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
56967ff5
Commit
56967ff5
authored
Aug 31, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1809 from dagar/travis
initial travis-ci
parents
39f021ad
832db976
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
.travis.yml
.travis.yml
+60
-0
No files found.
.travis.yml
0 → 100644
View file @
56967ff5
language
:
cpp
git
:
depth
:
100
os
:
-
linux
-
osx
cache
:
apt
:
true
env
:
-
CONFIG=release
-
CONFIG=debug
before_install
:
-
cd ${TRAVIS_BUILD_DIR} && git fetch --unshallow
install
:
-
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test
&& sudo apt-add-repository -y ppa:beineri/opt-qt541
&& sudo apt-get -qq update
&& sudo apt-get -qq install g++-4.8 libc6-i386 qt54tools qt54base qt54declarative qt54serialport qt54svg qt54webkit qt54quickcontrols qt54xmlpatterns qt54x11extras qt54websockets qt54sensors qt54script qt54quick1 qt54multimedia qt54location qt54imageformats qt54graphicaleffects qt54connectivity espeak libespeak-dev libopenscenegraph-dev libsdl1.2-dev libudev-dev
&& export CXX="g++-4.8"
&& export CC="gcc-4.8"
;
else
brew update
&& brew install qt5
&& chmod -R 755 /usr/local/opt/qt5/*
;
fi
-
export DISPLAY=:99.0
-
sh -e /etc/init.d/xvfb start
before_script
:
/opt/qt54/bin/qmake CONFIG+=${CONFIG} -r qgroundcontrol.pro
script
:
-
make -j4
# - if [ "${CONFIG}" = "debug" ]; then ./debug/qgroundcontrol --unittest; fi
#deploy:
# provider: releases
# api-key:
# secure: ""
# file: "release/qgroundcontrol"
# skip_cleanup: true
# on:
# tags: true
# all_branches: true
notifications
:
webhooks
:
urls
:
-
https://webhooks.gitter.im/e/60b033428ae9dc715662
on_success
:
change
# options: [always|never|change] default: always
on_failure
:
always
# options: [always|never|change] default: always
on_start
:
never
# options: [always|never|change] default: always
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment