[ci] Don't build cmake tests in macOS bot
This commit is contained in:
parent
6e4736a3c5
commit
cbbb6fa455
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue