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