ICU-20243 Fix exhaustive test CI builds to run cintltst.

This commit is contained in:
Jeff Genovy 2019-02-22 12:26:36 -08:00 committed by Jeff Genovy
parent c3abe48e1c
commit 5a14dfcf9a

View file

@ -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++
#-------------------------------------------------------------------------