[cmake] Bring it back to release tarball

This commit is contained in:
Ebrahim Byagowi 2020-03-12 21:05:01 +03:30
parent e860000db5
commit dfab7a2546
2 changed files with 6 additions and 3 deletions

View File

@ -48,12 +48,14 @@ jobs:
- image: ubuntu:19.10
steps:
- checkout
- run: apt update && apt install -y git ninja-build binutils libtool autoconf automake make gcc g++ pkg-config ragel gtk-doc-tools libfontconfig1-dev libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python python-pip meson
- run: apt update && apt install -y git ninja-build binutils libtool autoconf automake make gcc g++ pkg-config ragel gtk-doc-tools libfontconfig1-dev libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python python-pip meson cmake
- run: pip install fonttools
- run: ./autogen.sh
- run: make -j32
- run: make distcheck || .ci/fail.sh
- run: rm harfbuzz-* && make distdir && cd harfbuzz-* && meson build && ninja -Cbuild test
- run: rm harfbuzz-* && make distdir
- run: cd harfbuzz-* && meson build && ninja -Cbuild test
- run: cd harfbuzz-* && cmake -Bcmakebuild -H. && cmake --build cmakebuild
alpine-O3-Os-NOMMAP:
docker:

View File

@ -16,11 +16,12 @@ EXTRA_DIST = \
CONFIG.md \
RELEASING.md \
TESTING.md \
CMakeLists.txt \
replace-enum-strings.cmake \
meson.build \
meson_options.txt \
meson-cc-tests/intel-atomic-primitives-test.c \
meson-cc-tests/solaris-atomic-operations.c \
replace-enum-strings.cmake \
mingw-configure.sh \
mingw-ldd.py \
mingw32.sh \