Browse Source

More fixes for symbol storage

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

23
.appveyor.yml

@ -53,15 +53,19 @@ test_script:
for: for:
- -
branches: branches:
only: master only:
- master
artifacts: artifacts:
- - path: QGroundControl-installer.exe
path: QGroundControl-installer.exe
name: qgcinstaller 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 name: symbols
deploy: 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 limitations # Symbols for daily builds are currently turned off due to AppVeyor artifact storage limits
# deploy daily build symbols to s3 # deploy daily build symbols to s3
# - provider: S3 # - provider: S3
# access_key_id: # access_key_id:
@ -96,10 +100,7 @@ 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:
branches:
only: Stable_V3.4
- provider: S3 - provider: S3
access_key_id: access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c= secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=

Loading…
Cancel
Save