mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-20243 Fix exhaustive test CI builds to run cintltst.
This commit is contained in:
parent
c3abe48e1c
commit
5a14dfcf9a
1 changed files with 1 additions and 3 deletions
|
@ -51,11 +51,9 @@ jobs:
|
|||
cd icu4c/source && ./runConfigureICU Linux && make -j2
|
||||
displayName: 'Build'
|
||||
- script: |
|
||||
cd icu4c/source && make check
|
||||
cd icu4c/source && make check-exhaustive
|
||||
displayName: 'Exhaustive Tests'
|
||||
env:
|
||||
INTLTEST_OPTS: '-e'
|
||||
CINTLTEST_OPTS: '-e'
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
#-------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue