Skip to content

Commit

Permalink
ICU-20389 Add MSVC Debug build to the Azure CI builds.
Browse files Browse the repository at this point in the history
Also increase the timeout for the debug build.
  • Loading branch information
jefgen committed Feb 8, 2019
1 parent ecd0591 commit b918212
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci-builds/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit b918212

Please sign in to comment.