mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
ci: sr.ht: disable x64 (rely on codeberg only)
This commit is contained in:
parent
9667fe2b26
commit
77e30c8b45
1 changed files with 0 additions and 0 deletions
55
.builds/alpine-x64.yml.disabled
Normal file
55
.builds/alpine-x64.yml.disabled
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- musl-dev
|
||||
- eudev-libs
|
||||
- eudev-dev
|
||||
- linux-headers
|
||||
- meson
|
||||
- ninja
|
||||
- gcc
|
||||
- scdoc
|
||||
- wayland-dev
|
||||
- wayland-protocols
|
||||
- freetype-dev
|
||||
- fontconfig-dev
|
||||
- harfbuzz-dev
|
||||
- utf8proc-dev
|
||||
- pixman-dev
|
||||
- libxkbcommon-dev
|
||||
- ncurses
|
||||
- python3
|
||||
- py3-pip
|
||||
- check-dev
|
||||
- ttf-hack
|
||||
- font-noto-emoji
|
||||
|
||||
sources:
|
||||
- https://git.sr.ht/~dnkl/foot
|
||||
|
||||
# triggers:
|
||||
# - action: email
|
||||
# condition: failure
|
||||
# to: <committer>
|
||||
|
||||
tasks:
|
||||
- fcft: |
|
||||
cd foot/subprojects
|
||||
git clone https://codeberg.org/dnkl/fcft.git
|
||||
cd ../..
|
||||
- debug: |
|
||||
mkdir -p bld/debug
|
||||
meson --buildtype=debug -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: |
|
||||
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
|
||||
- codespell: |
|
||||
python3 -m venv codespell-venv
|
||||
source codespell-venv/bin/activate
|
||||
pip install codespell
|
||||
cd foot
|
||||
~/.local/bin/codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
deactivate
|
||||
Loading…
Add table
Add a link
Reference in a new issue