Browse Source

More fixes for symbol storage

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

25
.appveyor.yml

@ -51,17 +51,21 @@ 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:
- master
artifacts: artifacts:
- - path: QGroundControl-installer.exe
path: QGroundControl-installer.exe
name: qgcinstaller name: qgcinstaller
only: Stable_V3.4 -
branches:
only:
- Stable_V3.4
artifacts: artifacts:
- - path: QGroundControl-installer.exe
path: symbols\**\*.*_ 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