parent
e2d2d81984
commit
be51f763a7
|
@ -25,13 +25,13 @@ jobs:
|
||||||
- run: make
|
- run: make
|
||||||
- run: make check || .ci/fail.sh
|
- run: make check || .ci/fail.sh
|
||||||
|
|
||||||
archlinux:
|
archlinux-debug:
|
||||||
docker:
|
docker:
|
||||||
- image: base/devel
|
- image: base/devel
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib2 graphite pkg-config ragel python
|
- 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
|
||||||
- run: make check || .ci/fail.sh
|
- run: make check || .ci/fail.sh
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ workflows:
|
||||||
|
|
||||||
# autotools based builds
|
# autotools based builds
|
||||||
- alpine
|
- alpine
|
||||||
- archlinux
|
- archlinux-debug
|
||||||
- fedora-outoftreebuild
|
- fedora-outoftreebuild
|
||||||
|
|
||||||
# cmake based builds
|
# cmake based builds
|
||||||
|
|
Loading…
Reference in New Issue