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
f2a8ae05
Commit
f2a8ae05
authored
Nov 27, 2018
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
903ed024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
33 deletions
+44
-33
.appveyor.yml
.appveyor.yml
+44
-33
No files found.
.appveyor.yml
View file @
f2a8ae05
...
...
@@ -50,12 +50,19 @@ build_script:
test_script
:
-
if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
artifacts
:
-
path
:
QGroundControl-installer.exe
name
:
qgcinstaller
-
path
:
symbols\**\*.*_
name
:
symbols
for
:
-
branches
:
only
:
master
artifacts
:
-
path
:
QGroundControl-installer.exe
name
:
qgcinstaller
only
:
Stable_V3.4
artifacts
:
-
path
:
symbols\**\*.*_
name
:
symbols
deploy
:
# deploy continuous builds to s3
...
...
@@ -73,35 +80,39 @@ deploy:
CONFIG
:
installer
appveyor_repo_tag
:
false
# Note: Symbols for daily builds are currently turned off due to AppVeyor artifact storage limitations
# deploy daily build symbols to s3
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key
:
secure
:
RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket
:
qgroundcontrol
region
:
us-west-2
set_public
:
true
folder
:
cisyms
artifact
:
symbols
on
:
CONFIG
:
installer
appveyor_repo_tag
:
false
#
- provider: S3
#
access_key_id:
#
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
#
secret_access_key:
#
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
#
bucket: qgroundcontrol
#
region: us-west-2
#
set_public: true
#
folder: cisyms
#
artifact: symbols
#
on:
#
CONFIG: installer
#
appveyor_repo_tag: false
# deploy release symbols to s3
-
provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key
:
secure
:
RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket
:
qgroundcontrol
region
:
us-west-2
set_public
:
true
folder
:
releasesyms
artifact
:
symbols
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy release symbols to s3 (Only for Stable Builds)
-
for
:
branches
:
only
:
Stable_V3.4
- provider
:
S3
access_key_id
:
secure
:
IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key
:
secure
:
RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket
:
qgroundcontrol
region
:
us-west-2
set_public
:
true
folder
:
releasesyms
artifact
:
symbols
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy tagged releases to Github releases
-
provider
:
GitHub
...
...
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