[ci] Disable Chafa on jobs that enables all auto features
No suitable versions are available on these setups.
This commit is contained in:
parent
8298c2f93b
commit
c571a96eb0
@ -43,7 +43,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 gobject-introspection gtk-doc ninja
|
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 gobject-introspection gtk-doc ninja
|
||||||
- run: pip3 install meson --upgrade
|
- run: pip3 install meson --upgrade
|
||||||
- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" meson build -Dcoretext=enabled -Dgraphite=enabled -Dauto_features=enabled
|
- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" meson build -Dcoretext=enabled -Dgraphite=enabled -Dauto_features=enabled -Dchafa=disabled
|
||||||
- run: meson compile -Cbuild
|
- run: meson compile -Cbuild
|
||||||
- run: meson test -Cbuild --print-errorlogs
|
- run: meson test -Cbuild --print-errorlogs
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
run: sudo apt-get install pkg-config gcc ragel gcovr gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-setuptools ninja-build gobject-introspection libgirepository1.0-dev
|
run: sudo apt-get install pkg-config gcc ragel gcovr gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-setuptools ninja-build gobject-introspection libgirepository1.0-dev
|
||||||
- run: sudo pip3 install fonttools meson==0.47.0
|
- run: sudo pip3 install fonttools meson==0.47.0
|
||||||
- name: run
|
- name: run
|
||||||
run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Doptimization=2
|
run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Dchafa=disabled -Doptimization=2
|
||||||
- name: ci
|
- name: ci
|
||||||
run: meson test --print-errorlogs -Cbuild
|
run: meson test --print-errorlogs -Cbuild
|
||||||
|
|
||||||
|
3
.github/workflows/msys2-ci.yml
vendored
3
.github/workflows/msys2-ci.yml
vendored
@ -54,7 +54,8 @@ jobs:
|
|||||||
--auto-features=enabled \
|
--auto-features=enabled \
|
||||||
-Ddirectwrite=enabled \
|
-Ddirectwrite=enabled \
|
||||||
-Dgdi=enabled \
|
-Dgdi=enabled \
|
||||||
-Dgraphite=enabled
|
-Dgraphite=enabled \
|
||||||
|
-Dchafa=disabled
|
||||||
ninja -C build
|
ninja -C build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user