Skip to content

Commit b918212

Browse files
committed
ICU-20389 Add MSVC Debug build to the Azure CI builds.
Also increase the timeout for the debug build.
1 parent ecd0591 commit b918212

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.ci-builds/.azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
filename: icu4c/source/allinone/icucheck.bat
6060
arguments: 'x64 Release'
6161
#-------------------------------------------------------------------------
62-
- job: ICU4C_MSVC_x86_Release
63-
displayName: 'C: MSVC 32-bit Release (VS 2017)'
64-
timeoutInMinutes: 30
62+
- job: ICU4C_MSVC_x86_Debug
63+
displayName: 'C: MSVC 32-bit Debug (VS 2017)'
64+
timeoutInMinutes: 45
6565
pool:
6666
vmImage: 'vs2017-win2016'
6767
demands:
@@ -74,12 +74,12 @@ jobs:
7474
inputs:
7575
solution: icu4c/source/allinone/allinone.sln
7676
platform: Win32
77-
configuration: Release
77+
configuration: Debug
7878
- task: BatchScript@1
7979
displayName: 'Run Tests (icucheck.bat)'
8080
inputs:
8181
filename: icu4c/source/allinone/icucheck.bat
82-
arguments: 'x86 Release'
82+
arguments: 'x86 Debug'
8383
#-------------------------------------------------------------------------
8484
# Using a manual install of Python 3, until the vs2015 image has it
8585
# by default.

0 commit comments

Comments
 (0)