From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Sun, 3 May 2020 20:18:22 +0000 (-0700) Subject: ICU-21121 Enable tests for MacOSX build bot. X-Git-Tag: cldr/2020-09-22~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b3746e0b66c94375c57585d5b5cf3d03c4b3d1e;p=icu ICU-21121 Enable tests for MacOSX build bot. --- diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index d614dba7ce9..4e9039c9583 100644 --- a/.ci-builds/.azure-pipelines.yml +++ b/.ci-builds/.azure-pipelines.yml @@ -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++