Commit cdddcf05 authored by Don Gagne's avatar Don Gagne

parent f2a8ae05
...@@ -51,18 +51,22 @@ test_script: ...@@ -51,18 +51,22 @@ 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:
artifacts: - master
- artifacts:
path: QGroundControl-installer.exe - path: QGroundControl-installer.exe
name: qgcinstaller name: qgcinstaller
only: Stable_V3.4 -
artifacts: branches:
- only:
path: symbols\**\*.*_ - Stable_V3.4
name: symbols artifacts:
- path: QGroundControl-installer.exe
name: qgcinstaller
- path: symbols\**\*.*_
name: symbols
deploy: deploy:
# deploy continuous builds to s3 # deploy continuous builds to s3
...@@ -80,7 +84,7 @@ 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,23 +100,20 @@ deploy: ...@@ -96,23 +100,20 @@ 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: - provider: S3
branches: access_key_id:
only: Stable_V3.4 secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
- provider: S3 secret_access_key:
access_key_id: secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c= bucket: qgroundcontrol
secret_access_key: region: us-west-2
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN set_public: true
bucket: qgroundcontrol folder: releasesyms
region: us-west-2 artifact: symbols
set_public: true on:
folder: releasesyms CONFIG: installer
artifact: symbols appveyor_repo_tag: true
on:
CONFIG: installer
appveyor_repo_tag: true
# deploy tagged releases to Github releases # deploy tagged releases to Github releases
- provider: GitHub - provider: GitHub
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment