[ci] Add HB_NO_MT on non HB_TINY no-build-system builds

This commit is contained in:
Ebrahim Byagowi 2019-10-23 12:18:21 +03:30 committed by GitHub
parent 5e489670e1
commit b03b62cb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ jobs:
- run: CFLAGS="-O0" CXXFLAGS="-O0" CC=clang CXX=clang++ ./autogen.sh --with-freetype --with-fontconfig --with-glib --with-cairo --with-icu --with-graphite2
- run: make -j32
- run: LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs" make check || .ci/fail.sh
- run: make clean && cd src && clang++ -c hb-*.cc
- run: make clean
- run: clang -c src/hb-*.cc -DHB_NO_MT
gcc-valgrind:
docker: