mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-07-08 00:06:11 -04:00
ci: disable freebsd-x64 and alpine-x86
Disabled freebsd since foot hasn't been ported to freebsd yet. Disabled alpine x86 since builds.sr.ht doesn't yet support non-x64 builds.
This commit is contained in:
parent
c9fd046310
commit
41b4bfe792
2 changed files with 0 additions and 0 deletions
39
.builds/freebsd-x64.yml.disabled
Normal file
39
.builds/freebsd-x64.yml.disabled
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
image: freebsd/latest
|
||||
packages:
|
||||
- meson
|
||||
- ninja
|
||||
- pkgconf
|
||||
- scdoc
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
- freetype2
|
||||
- fontconfig
|
||||
- pixman
|
||||
- libxkbcommon
|
||||
- ncurses
|
||||
|
||||
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 foot bld/debug
|
||||
ninja -C bld/debug -k0
|
||||
meson test -C bld/debug --print-errorlogs
|
||||
- release: |
|
||||
mkdir -p bld/release
|
||||
meson --buildtype=minsize 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