]> granicus.if.org Git - icu/commitdiff
ICU-21121 Enable tests for MacOSX build bot.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sun, 3 May 2020 20:18:22 +0000 (13:18 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 14 May 2020 18:37:46 +0000 (11:37 -0700)
.ci-builds/.azure-pipelines.yml

index d614dba7ce9a832a5cff3896a67d756f06740d77..4e9039c95838d5fbc287f85adc93c86e2ad28f9b 100644 (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++