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
db389626
Unverified
Commit
db389626
authored
Apr 26, 2019
by
Don Gagne
Committed by
GitHub
Apr 26, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7379 from DonLakeFlyer/AppveyorStablePDB
Stable: Fix tagged release builds. PDB artifacts
parents
f5abd31d
32314153
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
28 deletions
+31
-28
.appveyor.yml
.appveyor.yml
+31
-28
No files found.
.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
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