mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
ci: freebsd: don’t need -Wno-missing-braces anymore
builds.sr.ht has been updated to FreeBSD-12.2
This commit is contained in:
parent
7049c95b62
commit
9411054b50
1 changed files with 2 additions and 4 deletions
|
|
@ -27,8 +27,6 @@ sources:
|
||||||
# condition: failure
|
# condition: failure
|
||||||
# to: <committer>
|
# to: <committer>
|
||||||
|
|
||||||
# TODO: drop -Dc_args=-Wno-missing-braces when freebsd/latest is >= 13
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- subprojects: |
|
- subprojects: |
|
||||||
mkdir foot/subprojects
|
mkdir foot/subprojects
|
||||||
|
|
@ -36,11 +34,11 @@ tasks:
|
||||||
ln -s ../../fcft foot/subprojects/fcft
|
ln -s ../../fcft foot/subprojects/fcft
|
||||||
- debug: |
|
- debug: |
|
||||||
mkdir -p bld/debug
|
mkdir -p bld/debug
|
||||||
meson --buildtype=debug -Dc_args=-Wno-missing-braces -Dterminfo=false -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
|
meson --buildtype=debug -Dterminfo=false -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/debug
|
||||||
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
|
||||||
meson --buildtype=minsize -Dc_args=-Wno-missing-braces -Dterminfo=false -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
|
meson --buildtype=minsize -Dterminfo=false -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
|
||||||
ninja -C bld/release -k0
|
ninja -C bld/release -k0
|
||||||
meson test -C bld/release --print-errorlogs
|
meson test -C bld/release --print-errorlogs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue