ICU-21121 Enable tests for MacOSX build bot.

This commit is contained in:
Jeff Genovy 2020-05-03 13:18:22 -07:00
parent 943b090160
commit 9b3746e0b6

View File

@ -298,8 +298,8 @@ jobs:
lfs: true
fetchDepth: 1
- script: |
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor" && cd icu4c/source && ./runConfigureICU MacOSX && make -j2 tests
displayName: 'Build only (WarningsAsErrors)'
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor" && cd icu4c/source && ./runConfigureICU MacOSX && make -j2 check
displayName: 'Build and Test (WarningsAsErrors)'
env:
CC: clang
CXX: clang++