Commit f2a8ae05 authored by Don Gagne's avatar Don Gagne

parent 903ed024
...@@ -50,12 +50,19 @@ build_script: ...@@ -50,12 +50,19 @@ build_script:
test_script: test_script:
- if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest ) - if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
artifacts: for:
- path: QGroundControl-installer.exe -
name: qgcinstaller branches:
only: master
- path: symbols\**\*.*_ artifacts:
name: symbols -
path: QGroundControl-installer.exe
name: qgcinstaller
only: Stable_V3.4
artifacts:
-
path: symbols\**\*.*_
name: symbols
deploy: deploy:
# deploy continuous builds to s3 # deploy continuous builds to s3
...@@ -73,35 +80,39 @@ deploy: ...@@ -73,35 +80,39 @@ 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
# deploy daily build symbols to s3 # deploy daily build symbols to s3
- provider: S3 # - provider: S3
access_key_id: # access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c= # secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key: # secret_access_key:
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN # secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket: qgroundcontrol # bucket: qgroundcontrol
region: us-west-2 # region: us-west-2
set_public: true # set_public: true
folder: cisyms # folder: cisyms
artifact: symbols # artifact: symbols
on: # on:
CONFIG: installer # CONFIG: installer
appveyor_repo_tag: false # appveyor_repo_tag: false
# deploy release symbols to s3 # deploy release symbols to s3 (Only for Stable Builds)
- provider: S3 - for:
access_key_id: branches:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c= only: Stable_V3.4
secret_access_key: - provider: S3
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN access_key_id:
bucket: qgroundcontrol secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
region: us-west-2 secret_access_key:
set_public: true secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
folder: releasesyms bucket: qgroundcontrol
artifact: symbols region: us-west-2
on: set_public: true
CONFIG: installer folder: releasesyms
appveyor_repo_tag: true artifact: symbols
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