mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
|
||||
meson test -C bld/debug --print-errorlogs
|
||||
- release: |
|
||||
mkdir -p bld/release
|
||||
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
|
||||
ninja -C bld/release -k0
|
||||
meson test -C bld/release --print-errorlogs
|
||||
mkdir -p bld/release-with-pgo
|
||||
./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
|
||||
- codespell: |
|
||||
pip install codespell
|
||||
cd foot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue