From 73335c750b8fd3824bc4115c123ecdd0149cd808 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 19 Nov 2015 00:09:27 -0500 Subject: [PATCH] appveyor remove before_deploy step --- .appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6f36420d0..6b7f3abd9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 -- 2.22.0