mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
ci (sr.ht): do a PGO partial build instead of release on alpine-x64
This commit is contained in:
parent
807e770b91
commit
fc68480a6c
1 changed files with 2 additions and 4 deletions
|
|
@ -42,10 +42,8 @@ tasks:
|
||||||
ninja -C bld/debug -k0
|
ninja -C bld/debug -k0
|
||||||
meson test -C bld/debug --print-errorlogs
|
meson test -C bld/debug --print-errorlogs
|
||||||
- release: |
|
- release: |
|
||||||
mkdir -p bld/release
|
mkdir -p bld/release-with-pgo
|
||||||
meson --buildtype=minsize -Db_pgo=generate -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
|
./foot/pgo/pgo.sh partial foot bld/release-with-pgo -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true
|
||||||
ninja -C bld/release -k0
|
|
||||||
meson test -C bld/release --print-errorlogs
|
|
||||||
- codespell: |
|
- codespell: |
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd foot
|
cd foot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue