.circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit be51f763a752bed1c395bff19afe3291a6063d00 Author: Ebrahim Byagowi <[email protected]> Date: Mon Feb 19 11:06:13 2018 +0330 Test debug builds on ArchLinux bot Fixes #805 diff --git a/.circleci/config.yml b/.circleci/config.yml index 28b5f7ce..5c27bb35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,13 +25,13 @@ jobs: - run: make - run: make check || .ci/fail.sh - archlinux: + archlinux-debug: docker: - image: base/devel steps: - checkout - run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib2 graphite pkg-config ragel python - - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 + - run: CPPFLAGS="-DHB_DEBUG" ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 - run: make - run: make check || .ci/fail.sh @@ -150,7 +150,7 @@ workflows: # autotools based builds - alpine - - archlinux + - archlinux-debug - fedora-outoftreebuild # cmake based builds _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
