From b75ced01831fd2b5cb08199debed7d4c022a5a5e Mon Sep 17 00:00:00 2001 From: Alex Alabuzhev Date: Mon, 6 May 2024 17:19:38 +0100 Subject: [PATCH] Disable debug msi build on Appveyor It's so slow that we're hitting 1hr limit and it's useless anyway --- appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 98eb809c63..67230be59f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -152,14 +152,14 @@ after_build: - if "%configuration%" == "Release" 7z a -m0=LZMA -mf=BCJ2 -mx9 -xr!*.pdb "%APPVEYOR_BUILD_FOLDER%\%NAME_PREFIX%.7z" - cd ..\.. #create msi - - cd misc\msi-installer - - appveyor DownloadFile https://raw.githubusercontent.com/FarGroup/thirdparty/master/wix314-binaries-v3-14-0-5722.zip - - 7z x wix314-binaries-v3-14-0-5722.zip -owix - - set PATH=%PATH%;wix - - set SOURCE_DIR=%APPVEYOR_BUILD_FOLDER%\ci\%configuration%.%platform_name% - - set NIGHTLY=1 - - nmake -nologo %ADD_MAKE_MSI% - - cd ..\.. + - if "%configuration%" == "Release" cd misc\msi-installer + - if "%configuration%" == "Release" appveyor DownloadFile https://raw.githubusercontent.com/FarGroup/thirdparty/master/wix314-binaries-v3-14-0-5722.zip + - if "%configuration%" == "Release" 7z x wix314-binaries-v3-14-0-5722.zip -owix + - if "%configuration%" == "Release" set PATH=%PATH%;wix + - if "%configuration%" == "Release" set SOURCE_DIR=%APPVEYOR_BUILD_FOLDER%\ci\%configuration%.%platform_name% + - if "%configuration%" == "Release" set NIGHTLY=1 + - if "%configuration%" == "Release" nmake -nologo %ADD_MAKE_MSI% + - if "%configuration%" == "Release" cd ..\.. - if "%configuration%" == "Release" move ci\%configuration%.%platform_name%\final.msi "%APPVEYOR_BUILD_FOLDER%\%NAME_PREFIX%.msi" artifacts: