ci: one more text-shaping -> grapheme-shaping+run-shaping

This commit is contained in:
Daniel Eklöf 2021-11-20 11:31:31 +01:00
parent 154caae35a
commit 37b82efa77
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -29,7 +29,7 @@ sources:
tasks:
- debug: |
mkdir -p bld/debug
meson --buildtype=debug -Dterminfo=disabled -Dgrapheme-clustering=enabled -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
meson --buildtype=debug -Dterminfo=disabled -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
ninja -C bld/debug -k0
meson test -C bld/debug --print-errorlogs
- release: |