From be51f763a752bed1c395bff19afe3291a6063d00 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 19 Feb 2018 11:06:13 +0330 Subject: [PATCH] Test debug builds on ArchLinux bot Fixes #805 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28b5f7ce5..5c27bb356 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