From 9b3746e0b66c94375c57585d5b5cf3d03c4b3d1e Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Sun, 3 May 2020 13:18:22 -0700 Subject: [PATCH] ICU-21121 Enable tests for MacOSX build bot. --- .ci-builds/.azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index d614dba7ce..4e9039c958 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++