From b91821221a825395bdf34f7bbba70e2342d7d7bc Mon Sep 17 00:00:00 2001 From: Jeff Genovy Date: Thu, 7 Feb 2019 14:53:53 -0800 Subject: [PATCH] ICU-20389 Add MSVC Debug build to the Azure CI builds. Also increase the timeout for the debug build. --- .ci-builds/.azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index 9edc2f04259..e73c85adbe3 100644 --- a/.ci-builds/.azure-pipelines.yml +++ b/.ci-builds/.azure-pipelines.yml @@ -59,9 +59,9 @@ jobs: filename: icu4c/source/allinone/icucheck.bat arguments: 'x64 Release' #------------------------------------------------------------------------- -- job: ICU4C_MSVC_x86_Release - displayName: 'C: MSVC 32-bit Release (VS 2017)' - timeoutInMinutes: 30 +- job: ICU4C_MSVC_x86_Debug + displayName: 'C: MSVC 32-bit Debug (VS 2017)' + timeoutInMinutes: 45 pool: vmImage: 'vs2017-win2016' demands: @@ -74,12 +74,12 @@ jobs: inputs: solution: icu4c/source/allinone/allinone.sln platform: Win32 - configuration: Release + configuration: Debug - task: BatchScript@1 displayName: 'Run Tests (icucheck.bat)' inputs: filename: icu4c/source/allinone/icucheck.bat - arguments: 'x86 Release' + arguments: 'x86 Debug' #------------------------------------------------------------------------- # Using a manual install of Python 3, until the vs2015 image has it # by default.