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
bce7c0d6
Commit
bce7c0d6
authored
Jul 09, 2016
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
binary now named QGroundControl
parent
d1b7d394
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
7 deletions
+22
-7
.travis.yml
.travis.yml
+20
-5
qgroundcontrol-start.sh
deploy/qgroundcontrol-start.sh
+1
-1
google_play_upload.py
tools/google_play_upload.py
+1
-1
No files found.
.travis.yml
View file @
bce7c0d6
...
...
@@ -172,10 +172,10 @@ script:
# unit tests linux/osx
-
if [[ "${SPEC}" = "linux-g++-64" && "${CONFIG}" = "debug" ]]; then
mkdir -p ~/.config/QtProject/ && cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/.config/QtProject/ &&
debug/qgroundc
ontrol --unittest;
./debug/QGroundC
ontrol --unittest;
elif [[ "${SPEC}" = "macx-clang" && "${CONFIG}" = "debug" ]]; then
mkdir -p ~/Library/Preferences/QtProject/ && cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/Library/Preferences/QtProject/ &&
debug/qgroundcontrol.app/Contents/MacOS/qgroundc
ontrol --unittest;
./debug/qgroundcontrol.app/Contents/MacOS/QGroundC
ontrol --unittest;
fi
after_success
:
...
...
@@ -192,7 +192,7 @@ after_success:
pip install --user google-api-python-client PyOpenSSL &&
echo "Google Play Track:" ${GOOGLE_PLAY_TRACK} &&
openssl aes-256-cbc -K $encrypted_25db6eb7c3fd_key -iv $encrypted_25db6eb7c3fd_iv -in android/Google_Play_Android_Developer-4432a3c4f5d1.json.enc -out android/Google_Play_Android_Developer-4432a3c4f5d1.json -d &&
tools/google_play_upload.py ${GOOGLE_PLAY_TRACK} org.mavlink.qgroundcontrol ${SHADOW_BUILD_DIR}/release/package/
qgroundc
ontrol.apk
tools/google_play_upload.py ${GOOGLE_PLAY_TRACK} org.mavlink.qgroundcontrol ${SHADOW_BUILD_DIR}/release/package/
QGroundC
ontrol.apk
;
fi
...
...
@@ -204,7 +204,7 @@ before_deploy:
fi
deploy
:
# deploy installers to s3
version folder
if on a branch
# deploy installers to s3
builds/
if on a branch
-
provider
:
s3
access_key_id
:
AKIAIVORNALE7NHD3T6Q
secret_access_key
:
...
...
@@ -219,7 +219,7 @@ deploy:
all_branches
:
true
condition
:
$CONFIG = installer
# deploy installers to s3 latest if on a tag
# deploy installers to s3 latest
/
if on a tag
-
provider
:
s3
access_key_id
:
AKIAIVORNALE7NHD3T6Q
secret_access_key
:
...
...
@@ -234,6 +234,21 @@ deploy:
tags
:
true
condition
:
$CONFIG = installer
# deploy tagged installers to s3 version folder
-
provider
:
s3
access_key_id
:
AKIAIVORNALE7NHD3T6Q
secret_access_key
:
secure
:
BsLXeXUPsCJdX4tawrDnO8OFK5Hk4kzlDTiyH93En6TbjUargVAWDMcHVj7TUhr7+3Tao1W1zb0G4SJe9kHv+jrky0yE72KvoG3YAON0VXWKizxBAKkgHE2RxSTNAwDeKbi2G6YJfNDescBBfX7zEohShdXglQu7CGaUQKRaiI4=
bucket
:
qgroundcontrol
local_dir
:
${SHADOW_BUILD_DIR}/release/package
upload-dir
:
builds/${TRAVIS_BRANCH}
acl
:
public_read
region
:
us-west-2
skip_cleanup
:
true
on
:
tags
:
true
condition
:
$CONFIG = installer
# deploy installers to Github releases if on a tag
-
provider
:
releases
api-key
:
...
...
deploy/qgroundcontrol-start.sh
View file @
bce7c0d6
...
...
@@ -7,4 +7,4 @@ export QT_PLUGIN_PATH="${HERE}/Qt/plugins"
# hack until icon issue with AppImage is resolved
mkdir
-p
~/.icons
&&
cp
${
HERE
}
/qgroundcontrol.png ~/.icons
"
${
HERE
}
/
qgroundc
ontrol"
"
$@
"
"
${
HERE
}
/
QGroundC
ontrol"
"
$@
"
tools/google_play_upload.py
View file @
bce7c0d6
...
...
@@ -33,7 +33,7 @@ argparser.add_argument('release_track',
argparser
.
add_argument
(
'package_name'
,
help
=
'The package name. Example: com.android.sample'
)
argparser
.
add_argument
(
'apk_file'
,
default
=
'
qgroundc
ontrol.apk'
,
default
=
'
QGroundC
ontrol.apk'
,
help
=
'The path to the APK file to upload.'
)
...
...
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