From 02e4202d681a8cb79ff5db5ceabeba262969ce99 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Fri, 3 Nov 2023 23:01:45 +0100 Subject: [PATCH] Reduce Appveyor building time Keep only x64 release build in Appveyor. --- appveyor.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 186135a92a6..351f1983fbb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,24 +9,24 @@ image: Visual Studio 2022 environment: python_dir: C:\Python311-x64 matrix: - - compiler: MSC - platform: Win32 + #- compiler: MSC + # platform: Win32 - compiler: MSC platform: x64 - - compiler: MSC - platform: arm64 + #- compiler: MSC + # platform: arm64 - - compiler: GCC - platform: i686 + #- compiler: GCC + # platform: i686 - - compiler: GCC - platform: x86_64 + #- compiler: GCC + # platform: x86_64 configuration: - Release - - Debug + #- Debug before_build: - ps: | @@ -123,8 +123,8 @@ for: Copy-Item "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$env:APPVEYOR_BUILD_FOLDER\PowerEditor\bin\functionList" cd .\PowerEditor\Test\FunctionList\ - #.\unitTestLauncher.ps1 - #if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } + .\unitTestLauncher.ps1 + if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } cd ..\UrlDetection .\verifyUrlDetection.ps1