mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci (gitlab+builds.sr.ht): execute foot{,client} --version
This runs our builtin unit tests (debug builds only), and verifies it runs, at all. (and also logs the version in the build logs...)
This commit is contained in:
parent
7a9f929368
commit
4a00d0d050
2 changed files with 13 additions and 0 deletions
|
|
@ -32,8 +32,13 @@ tasks:
|
|||
meson --buildtype=debug -Dterminfo=disabled -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
|
||||
bld/debug/foot --version
|
||||
bld/debug/footclient --version
|
||||
|
||||
- release: |
|
||||
mkdir -p bld/release
|
||||
meson --buildtype=minsize -Dterminfo=disabled -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
|
||||
bld/release/foot --version
|
||||
bld/release/footclient --version
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ debug-x64-no-grapheme-clustering:
|
|||
- meson --buildtype=debug -Dgrapheme-clustering=disabled -Dfcft:grapheme-shaping=disabled -Dfcft:run-shaping=disabled -Dfcft:test-text-shaping=false ../../
|
||||
- ninja -v -k0
|
||||
- ninja -v test
|
||||
- ./foot --version
|
||||
- ./footclient --version
|
||||
artifacts:
|
||||
reports:
|
||||
junit: bld/debug/meson-logs/testlog.junit.xml
|
||||
|
|
@ -49,6 +51,8 @@ release-x64:
|
|||
- meson --buildtype=release -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
|
||||
- ninja -v -k0
|
||||
- ninja -v test
|
||||
- ./foot --version
|
||||
- ./footclient --version
|
||||
artifacts:
|
||||
reports:
|
||||
junit: bld/release/meson-logs/testlog.junit.xml
|
||||
|
|
@ -62,6 +66,8 @@ debug-x86:
|
|||
- meson --buildtype=debug -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
|
||||
- ninja -v -k0
|
||||
- ninja -v test
|
||||
- ./foot --version
|
||||
- ./footclient --version
|
||||
artifacts:
|
||||
reports:
|
||||
junit: bld/debug/meson-logs/testlog.junit.xml
|
||||
|
|
@ -75,6 +81,8 @@ release-x86:
|
|||
- meson --buildtype=release -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
|
||||
- ninja -v -k0
|
||||
- ninja -v test
|
||||
- ./foot --version
|
||||
- ./footclient --version
|
||||
artifacts:
|
||||
reports:
|
||||
junit: bld/release/meson-logs/testlog.junit.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue