Browse Source

appveyor remove before_deploy step

QGC4.4
Daniel Agar 10 years ago
parent
commit
73335c750b
  1. 6
      .appveyor.yml

6
.appveyor.yml

@ -22,15 +22,11 @@ install: @@ -22,15 +22,11 @@ install:
build_script:
- mkdir %SHADOW_BUILD_DIR% && cd %SHADOW_BUILD_DIR% && C:\Qt\5.5\msvc2013\bin\qmake -r CONFIG-=debug_and_release CONFIG+=%CONFIG% CONFIG+=WarningsAsErrorsOn %APPVEYOR_BUILD_FOLDER%\qgroundcontrol.pro
- cd %SHADOW_BUILD_DIR% && jom
- if "%CONFIG%" EQU "installer" ( copy %SHADOW_BUILD_DIR%\release\qgroundcontrol-installer.exe %APPVEYOR_BUILD_FOLDER%\qgroundcontrol-installer.exe )
test_script:
- if "%CONFIG%" EQU "debug" ( %SHADOW_BUILD_DIR%\debug\qgroundcontrol --unittest )
before_deploy:
- if "%CONFIG%" EQU "installer" ( copy %SHADOW_BUILD_DIR%\release\qgroundcontrol-installer.exe %APPVEYOR_BUILD_FOLDER%\qgroundcontrol-installer.exe )
- dir %SHADOW_BUILD_DIR%
- dir %APPVEYOR_BUILD_FOLDER%
artifacts:
- path: qgroundcontrol-installer.exe
name: s3

Loading…
Cancel
Save