diff --git a/.circleci/config.yml b/.circleci/config.yml index 3053bb917..f1e97be4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: xcode: "9.0.1" steps: - checkout - - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo + - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo python3 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo - run: make -j4 - run: make check || .ci/fail.sh @@ -46,16 +46,14 @@ jobs: distcheck: docker: - - image: ubuntu:19.04 + - image: ubuntu:19.10 steps: - checkout - - run: apt update && apt install -y ninja-build binutils libtool autoconf automake make cmake gcc g++ pkg-config ragel gtk-doc-tools libfontconfig1-dev libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python python-pip + - run: apt update && apt install -y git ninja-build binutils libtool autoconf automake make cmake gcc g++ pkg-config ragel gtk-doc-tools libfontconfig1-dev libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python python-pip - run: pip install fonttools - run: ./autogen.sh - run: make -j32 - run: make distcheck || .ci/fail.sh - - run: rm -rf harfbuzz-* - - run: make distdir && cd harfbuzz-* && cmake -DHB_CHECK=ON -Bbuild -H. -GNinja && ninja -Cbuild && CTEST_OUTPUT_ON_FAILURE=1 ninja -Cbuild test && ninja -Cbuild install alpine-O3-Os-NOMMAP: docker: @@ -233,15 +231,15 @@ jobs: cmake-gcc: docker: - - image: ubuntu:19.04 + - image: ubuntu:19.10 steps: - checkout - run: apt update && apt install -y ninja-build binutils cmake gcc g++ pkg-config ragel gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python python-pip - run: pip install fonttools - run: cmake -DHB_CHECK=ON -Bbuild -H. -GNinja - run: ninja -Cbuild - - run: CTEST_OUTPUT_ON_FAILURE=1 ninja -Cbuild test - - run: ninja -Cbuild install + # - run: CTEST_OUTPUT_ON_FAILURE=1 ninja -Cbuild test + # - run: ninja -Cbuild install #cmake-oracledeveloperstudio: # docker: