ci: explicitly enable harfbuzz in fcft

This commit is contained in:
Daniel Eklöf 2020-09-16 19:13:22 +02:00
parent 1347609c7c
commit 6b20533b62
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 14 additions and 11 deletions

View file

@ -12,6 +12,7 @@ packages:
- wayland-protocols
- freetype-dev
- fontconfig-dev
- harfbuzz-dev
- pixman-dev
- libxkbcommon-dev
- ncurses
@ -35,12 +36,12 @@ tasks:
ln -s ../../fcft foot/subprojects/fcft
- debug: |
mkdir -p bld/debug
meson --buildtype=debug -Dfcft:test-text-shaping=true foot bld/debug
meson --buildtype=debug -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
ninja -C bld/debug -k0
meson test -C bld/debug --print-errorlogs
- release: |
mkdir -p bld/release
meson --buildtype=minsize -Dfcft:test-text-shaping=true foot bld/release
meson --buildtype=minsize -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
ninja -C bld/release -k0
meson test -C bld/release --print-errorlogs
- codespell: |

View file

@ -13,6 +13,7 @@ packages:
- wayland-protocols
- freetype-dev
- fontconfig-dev
- harfbuzz-dev
- pixman-dev
- libxkbcommon-dev
- ncurses
@ -34,11 +35,11 @@ tasks:
ln -s ../../fcft foot/subprojects/fcft
- debug: |
mkdir -p bld/debug
meson --buildtype=debug -Dfcft:test-text-shaping=true foot bld/debug
meson --buildtype=debug -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
ninja -C bld/debug -k0
meson test -C bld/debug --print-errorlogs
- release: |
mkdir -p bld/release
meson --buildtype=minsize -Dfcft:test-text-shaping=true foot bld/release
meson --buildtype=minsize -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
ninja -C bld/release -k0
meson test -C bld/release --print-errorlogs

View file

@ -8,6 +8,7 @@ packages:
- wayland-protocols
- freetype2
- fontconfig
- harfbuzz
- pixman
- libxkbcommon
- ncurses
@ -29,11 +30,11 @@ tasks:
ln -s ../../fcft foot/subprojects/fcft
- debug: |
mkdir -p bld/debug
meson --buildtype=debug -Dfcft:test-text-shaping=true foot bld/debug
meson --buildtype=debug -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
ninja -C bld/debug -k0
meson test -C bld/debug --print-errorlogs
- release: |
mkdir -p bld/release
meson --buildtype=minsize -Dfcft:test-text-shaping=true foot bld/release
meson --buildtype=minsize -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
ninja -C bld/release -k0
meson test -C bld/release --print-errorlogs