未验证 提交 be51f763 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

Test debug builds on ArchLinux bot

Fixes #805
上级 e2d2d819
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册