mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
ci: explicitly enable harfbuzz in fcft
This commit is contained in:
parent
1347609c7c
commit
6b20533b62
4 changed files with 14 additions and 11 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue