|
|
|
@ -51,17 +51,21 @@ test_script:
@@ -51,17 +51,21 @@ test_script:
|
|
|
|
|
- if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest ) |
|
|
|
|
|
|
|
|
|
for: |
|
|
|
|
- |
|
|
|
|
- |
|
|
|
|
branches: |
|
|
|
|
only: master |
|
|
|
|
only: |
|
|
|
|
- master |
|
|
|
|
artifacts: |
|
|
|
|
- |
|
|
|
|
path: QGroundControl-installer.exe |
|
|
|
|
- path: QGroundControl-installer.exe |
|
|
|
|
name: qgcinstaller |
|
|
|
|
only: Stable_V3.4 |
|
|
|
|
- |
|
|
|
|
branches: |
|
|
|
|
only: |
|
|
|
|
- Stable_V3.4 |
|
|
|
|
artifacts: |
|
|
|
|
- |
|
|
|
|
path: symbols\**\*.*_ |
|
|
|
|
- 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= |
|
|
|
|