Lines Matching +full:- +full:j4
8 - CPPFLAGS=""
9 - CFLAGS="-Werror -Werror=unused -Werror=unused-function"
10 …- CXXFLAGS="-Werror -Werror=unused -Werror=unused-function -Wno-deprecated-register" # glib uses r…
11 …- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi…
12 - NOCONFIGURE=1
14 …- secure: "k6l/18dpsoPAf0E5RQWCr+rgjbHns0H3k0WzSYovCoVg0B7RVlV8x8OjyEOBzEvXI4aaHRdH6MHCPDFnX4fa7ys…
18 - os: linux
22 …- wget http://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf freetype-…
23 - export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs"
25 - ./autogen.sh
26 - ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage
27 - make
28 - make check || .ci/fail.sh
29 - rm -rf freetype-2.9
31 - bash .ci/run-coveralls.sh # coveralls.io code coverage
32 - bash <(curl -s https://codecov.io/bash) # codecov.io code coverage
33 - bash .ci/deploy-docs.sh
34 - bash .ci/trigger-coverity.sh
36 - os: linux
40 …- wget http://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf freetype-…
41 - export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs"
43 - ./autogen.sh
44 - ./configure $CONFIGURE_OPTS
45 - make
46 - make check || .ci/fail.sh
48 - os: osx
51 - brew update;
53 - brew uninstall libtool && brew install libtool
54 - brew install ragel freetype glib gobject-introspection cairo graphite2 || true
55 - brew upgrade icu4c || true
56 - export PATH="/usr/local/opt/icu4c/sbin:/usr/local/opt/icu4c/bin:$PATH"
57 - export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
59 - ./autogen.sh
60 - ./configure $CONFIGURE_OPTS --with-coretext
61 - make
62 - make check || .ci/fail.sh
66 email: harfbuzz-bots-chatter@googlegroups.com
71 - pkg-config # for autogen.sh
72 - ragel
73 - lcov
74 - gtk-doc-tools
75 - libfreetype6-dev # for font function
76 - libglib2.0-dev # for font functions / tests / utils
77 - libcairo2-dev # for utils
78 - libicu-dev # for extra unicode functions
79 - libgraphite2-dev # for extra shapers
80 #- libgirepository1.0-dev # for gobject-introspection
87 notification_email: harfbuzz-bots-chatter@googlegroups.com
88 …build_command_prepend: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with…