mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-21600 Increase timeout and separate build/test in Cygwin CI
This commit is contained in:
parent
6d56429336
commit
d64e897679
1 changed files with 9 additions and 3 deletions
|
@ -402,7 +402,7 @@ jobs:
|
|||
#-------------------------------------------------------------------------
|
||||
- job: ICU4C_Cygwin_GCC_x86_64_Release
|
||||
displayName: 'C: Cygwin GCC x86_64 Release'
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 180
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
variables:
|
||||
|
@ -456,8 +456,14 @@ jobs:
|
|||
%CYG_ROOT%\\bin\\sh -lc 'echo Hello' && %CYG_ROOT%\\bin\\sh -lc 'uname -a'
|
||||
displayName: 'Check Cygwin environment'
|
||||
- script: |
|
||||
%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath \"$(Build.SourcesDirectory)\") && cd icu4c/source && ./runConfigureICU Cygwin && make check"
|
||||
displayName: 'Build and test'
|
||||
%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath \"$(Build.SourcesDirectory)\") && cd icu4c/source && ./runConfigureICU Cygwin && make tests"
|
||||
displayName: 'Build ICU (source and test)'
|
||||
env:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
- script: |
|
||||
%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath \"$(Build.SourcesDirectory)\") && cd icu4c/source && make check"
|
||||
displayName: 'Run Tests'
|
||||
env:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
|
|
Loading…
Add table
Reference in a new issue