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
fd11e81f
Commit
fd11e81f
authored
Jul 09, 2016
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s3 deploy tagged installer builds to version folders
parent
e6a858bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
.appveyor.yml
.appveyor.yml
+14
-1
.travis.yml
.travis.yml
+16
-1
No files found.
.appveyor.yml
View file @
fd11e81f
...
...
@@ -114,7 +114,7 @@ deploy:
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy tagged releases to s3
# deploy tagged releases to s3
version folder
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
...
...
@@ -127,3 +127,16 @@ deploy:
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy tagged releases to s3 latest folder
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key
:
secure
:
RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket
:
qgroundcontrol
set_public
:
true
folder
:
latest
artifact
:
qgcinstaller
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
.travis.yml
View file @
fd11e81f
...
...
@@ -204,7 +204,7 @@ before_deploy:
fi
deploy
:
#
upload installers to s3
if on a branch
#
deploy installers to s3 version folder
if on a branch
-
provider
:
s3
access_key_id
:
AKIAIVORNALE7NHD3T6Q
secret_access_key
:
...
...
@@ -219,6 +219,21 @@ deploy:
all_branches
:
true
condition
:
$CONFIG = installer
# deploy installers to s3 latest if on a tag
-
provider
:
s3
access_key_id
:
AKIAIVORNALE7NHD3T6Q
secret_access_key
:
secure
:
BsLXeXUPsCJdX4tawrDnO8OFK5Hk4kzlDTiyH93En6TbjUargVAWDMcHVj7TUhr7+3Tao1W1zb0G4SJe9kHv+jrky0yE72KvoG3YAON0VXWKizxBAKkgHE2RxSTNAwDeKbi2G6YJfNDescBBfX7zEohShdXglQu7CGaUQKRaiI4=
bucket
:
qgroundcontrol
local_dir
:
${SHADOW_BUILD_DIR}/release/package
upload-dir
:
latest
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
:
...
...
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