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
e6a858bc
Commit
e6a858bc
authored
Jul 09, 2016
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor deploy releases to s3
-fixes #3756
parent
4905c4c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
.appveyor.yml
.appveyor.yml
+17
-0
No files found.
.appveyor.yml
View file @
e6a858bc
...
...
@@ -66,6 +66,7 @@ artifacts:
name
:
symbols
deploy
:
# deploy continuous builds to s3
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
...
...
@@ -77,6 +78,7 @@ deploy:
artifact
:
qgcinstaller
on
:
CONFIG
:
installer
# deploy daily build symbols to s3
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
...
...
@@ -89,6 +91,7 @@ deploy:
on
:
CONFIG
:
installer
appveyor_repo_tag
:
false
# deploy release symbols to s3
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
...
...
@@ -101,6 +104,7 @@ deploy:
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy tagged releases to Github releases
-
provider
:
GitHub
auth_token
:
secure
:
dzWLqd0eTKjrAWC5LgqVnwLemmrNdddGA2ZZn/OthAP37mwCLkP2C1zil7ivmEE8
...
...
@@ -110,3 +114,16 @@ deploy:
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy tagged releases to s3
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key
:
secure
:
RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket
:
qgroundcontrol
set_public
:
true
folder
:
$(APPVEYOR_REPO_TAG)
artifact
:
qgcinstaller
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
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