Browse Source

appveyor don't deploy pull requests to s3

QGC4.4
Daniel Agar 10 years ago
parent
commit
04b36fd244
  1. 2
      .appveyor.yml

2
.appveyor.yml

@ -21,7 +21,7 @@ test_script: @@ -21,7 +21,7 @@ test_script:
- if "%CONFIG%" EQU "debug" ( debug\qgroundcontrol --unittest )
after_build:
- if "%CONFIG%" EQU "installer" ( appveyor PushArtifact C:\projects\qgroundcontrol\release\qgroundcontrol.exe )
- if "%CONFIG%" EQU "installer" ( if defined %APPVEYOR_PULL_REQUEST_NUMBER% ( appveyor PushArtifact C:\projects\qgroundcontrol\release\qgroundcontrol.exe ) )
deploy:
- provider: S3

Loading…
Cancel
Save