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
d2616604
Commit
d2616604
authored
Mar 25, 2020
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
898d0618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
.travis.yml
.travis.yml
+3
-7
No files found.
.travis.yml
View file @
d2616604
...
...
@@ -20,7 +20,6 @@ jobs:
dist
:
bionic
env
:
SPEC=linux-g++-64 CONFIG=installer
sudo
:
required
after_success
:
skip
-
stage
:
"
Build"
name
:
"
Linux
Debug"
os
:
linux
...
...
@@ -28,32 +27,29 @@ jobs:
env
:
SPEC=linux-g++-64 CONFIG=debug
services
:
xvfb
sudo
:
required
after_success
:
skip
-
stage
:
"
Build"
name
:
"
Android
32
bit"
dist
:
trusty
language
:
android
env
:
SPEC=android-clang CONFIG=installer BITNESS=32 GSTREAMER_NAME=armv7
sudo
:
false
after_success
:
skip
-
stage
:
"
Build"
name
:
"
Android
64
bit"
dist
:
trusty
language
:
android
env
:
SPEC=android-clang CONFIG=installer BITNESS=64 GSTREAMER_NAME=arm64
sudo
:
false
after_success
:
skip
-
stage
:
"
Build"
name
:
"
OSX
Installer"
os
:
osx
osx_image
:
xcode11.3
env
:
SPEC=macx-clang CONFIG=installer
sudo
:
required
after_success
:
skip
-
stage
:
"
Google
Play
Upload"
name
:
"
Google
Play
Upload"
dist
:
trusty
language
:
android
env
:
SPEC=google-play-upload
sudo
:
false
before_install
:
skip
install
:
skip
...
...
@@ -61,7 +57,7 @@ jobs:
before_deploy
:
skip
deploy
:
skip
after_deploy
:
skip
script
:
echo "
Final Stage
"
script
:
echo "
Google Play Upload
"
# iOS build needs updating Qt to > 5.10
# - os: osx
...
...
@@ -228,7 +224,7 @@ after_success:
else
GOOGLE_PLAY_PKG=none;
fi
-
if [[ "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then
-
if [[ "${
SPEC}" = "google-play-upload" && "${
TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then
wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/builds/${TRAVIS_BRANCH}/QGroundControl32.apk &&
wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/builds/${TRAVIS_BRANCH}/QGroundControl64.apk &&
pip install --user --upgrade oauth2client &&
...
...
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