From: Ebrahim Byagowi Date: Fri, 9 Mar 2018 11:55:59 +0000 (+0330) Subject: [ci] Enable subset tests on ArchLinux to test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbadb871d1ca62eff10768564fc0a17b9aaa4d63;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [ci] Enable subset tests on ArchLinux to test This makes ArchLinux bots fail, a starting point to #873 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index d804afc..8ef1058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,12 +26,13 @@ jobs: - run: make - run: make check || .ci/fail.sh - archlinux-debug-O0: + archlinux-debug-O0-py3: 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: 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 - run: CFLAGS="-O0" CXXFLAGS="-O0" CPPFLAGS="-DHB_DEBUG" ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 - run: make @@ -167,7 +168,7 @@ workflows: # autotools based builds - alpine-O3 - - archlinux-debug-O0 + - archlinux-debug-O0-py3 - clang-O3-O0 - fedora-outoftreebuild