mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-07-09 00:06:10 -04:00
ci: enable freebsd-x64 job
- Add missing dependencies - Disable terminfo to match downstream
This commit is contained in:
parent
8b092256d1
commit
d31cc9b5ef
1 changed files with 6 additions and 5 deletions
|
|
@ -1,43 +0,0 @@
|
|||
image: freebsd/latest
|
||||
packages:
|
||||
- meson
|
||||
- ninja
|
||||
- pkgconf
|
||||
- scdoc
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
- freetype2
|
||||
- fontconfig
|
||||
- harfbuzz
|
||||
- pixman
|
||||
- libxkbcommon
|
||||
- ncurses
|
||||
- check
|
||||
- ttf-hack
|
||||
- font-noto-emoji
|
||||
|
||||
sources:
|
||||
- https://codeberg.org/dnkl/foot
|
||||
- https://codeberg.org/dnkl/tllist
|
||||
- https://codeberg.org/dnkl/fcft
|
||||
|
||||
# triggers:
|
||||
# - action: email
|
||||
# condition: failure
|
||||
# to: <committer>
|
||||
|
||||
tasks:
|
||||
- subprojects: |
|
||||
mkdir foot/subprojects
|
||||
ln -s ../../tllist foot/subprojects/tllist
|
||||
ln -s ../../fcft foot/subprojects/fcft
|
||||
- debug: |
|
||||
mkdir -p 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: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