systemd/systemd: run tests on more architectures in CI
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8864>
This commit is contained in:
parent
832379102c
commit
bd970948e6
1 changed files with 5 additions and 5 deletions
|
|
@ -322,11 +322,11 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
case "$CARCH" in
|
||||
x86_64) meson test --print-errorlogs --quiet --no-stdsplit -C $_meson_builddir ;;
|
||||
*)
|
||||
echo "*** NOTE: Skipping tests for archs that might use pmb:crossdirect/qemu-user ***" ;;
|
||||
esac
|
||||
if [ "$PMB_CROSS" = "unnecessary" ]; then
|
||||
meson test --print-errorlogs --quiet --no-stdsplit -C $_meson_builddir
|
||||
else
|
||||
echo "*** NOTE: Skipping tests, not building natively ***"
|
||||
fi
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue