Commit 139167b1 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #2196 from dagar/appveyor

appveyor don't deploy pull requests to s3
parents a4742fdc 04b36fd2
......@@ -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
......
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