Browse Source

More fixes for symbol storage

QGC4.4
Don Gagne 6 years ago
parent
commit
cdddcf05bd
  1. 23
      .appveyor.yml

23
.appveyor.yml

@ -53,15 +53,19 @@ test_script: @@ -53,15 +53,19 @@ test_script:
for:
-
branches:
only: master
only:
- master
artifacts:
-
path: QGroundControl-installer.exe
- path: QGroundControl-installer.exe
name: qgcinstaller
only: Stable_V3.4
artifacts:
-
path: symbols\**\*.*_
branches:
only:
- Stable_V3.4
artifacts:
- path: QGroundControl-installer.exe
name: qgcinstaller
- path: symbols\**\*.*_
name: symbols
deploy:
@ -80,7 +84,7 @@ deploy: @@ -80,7 +84,7 @@ deploy:
CONFIG: installer
appveyor_repo_tag: false
# Note: Symbols for daily builds are currently turned off due to AppVeyor artifact storage limitations
# Symbols for daily builds are currently turned off due to AppVeyor artifact storage limits
# deploy daily build symbols to s3
# - provider: S3
# access_key_id:
@ -96,10 +100,7 @@ deploy: @@ -96,10 +100,7 @@ deploy:
# CONFIG: installer
# appveyor_repo_tag: false
# deploy release symbols to s3 (Only for Stable Builds)
- for:
branches:
only: Stable_V3.4
# deploy release symbols to s3
- provider: S3
access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=

Loading…
Cancel
Save