[ci] Enable subset tests on ArchLinux to test

This makes ArchLinux bots fail, a starting point to #873
This commit is contained in:
Ebrahim Byagowi 2018-03-09 15:25:59 +03:30 committed by GitHub
parent dbe552770f
commit dbadb871d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -26,12 +26,13 @@ jobs:
- run: make - run: make
- run: make check || .ci/fail.sh - run: make check || .ci/fail.sh
archlinux-debug-O0: archlinux-debug-O0-py3:
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 python-pip
- run: pip install fonttools
# C??FLAGS are not needed for a regular build # C??FLAGS are not needed for a regular build
- run: CFLAGS="-O0" CXXFLAGS="-O0" CPPFLAGS="-DHB_DEBUG" ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 - run: CFLAGS="-O0" CXXFLAGS="-O0" CPPFLAGS="-DHB_DEBUG" ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
- run: make - run: make
@ -167,7 +168,7 @@ workflows:
# autotools based builds # autotools based builds
- alpine-O3 - alpine-O3
- archlinux-debug-O0 - archlinux-debug-O0-py3
- clang-O3-O0 - clang-O3-O0
- fedora-outoftreebuild - fedora-outoftreebuild