[ci] Don't build cmake tests in macOS bot

This commit is contained in:
Ebrahim Byagowi 2019-09-14 10:53:12 +04:30
parent 6e4736a3c5
commit cbbb6fa455
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- run: export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" && ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-coretext --with-graphite2
- run: make -j4
- run: make check || .ci/fail.sh
- run: cmake -Bbuild -H. -DHB_HAVE_CORETEXT=1 && make -Cbuild
- run: cmake -Bbuild -H. -DHB_HAVE_CORETEXT=1 -DHB_BUILD_TESTS=0 && cmake --build build
distcheck:
docker: