Test debug builds on ArchLinux bot

Fixes #805
This commit is contained in:
Ebrahim Byagowi 2018-02-19 11:06:13 +03:30 committed by GitHub
parent e2d2d81984
commit be51f763a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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