Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
db389626
Unverified
Commit
db389626
authored
Apr 26, 2019
by
Don Gagne
Committed by
GitHub
Apr 26, 2019
Browse files
Merge pull request #7379 from DonLakeFlyer/AppveyorStablePDB
Stable: Fix tagged release builds. PDB artifacts
parents
f5abd31d
32314153
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
db389626
...
...
@@ -50,23 +50,11 @@ build_script:
test_script
:
-
if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
for
:
-
branches
:
only
:
-
master
artifacts
:
artifacts
:
-
path
:
QGroundControl-installer.exe
name
:
qgcinstaller
-
branches
:
only
:
-
Stable_V3.5
artifacts
:
-
path
:
QGroundControl-installer.exe
name
:
qgcinstaller
-
path
:
symbols\**\*.*_
name
:
symbols
-
path
:
build_windows_install\release\qgroundcontrol.pdb
name
:
pdb
deploy
:
# deploy continuous builds to s3
...
...
@@ -101,19 +89,19 @@ deploy:
# 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
#
- 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
...
...
@@ -155,3 +143,18 @@ deploy:
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
# deploy pdb for tagged releases to s3 latest folder
-
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
:
latest
artifact
:
pdb
on
:
CONFIG
:
installer
appveyor_repo_tag
:
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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