forked from gentoo-utils/gentoo-utils
run meson compile before running check commands
This commit is contained in:
2
check.sh
2
check.sh
@@ -15,6 +15,8 @@ if [[ ! -d build ]]; then
|
|||||||
meson setup -Dfuzz=enabled -Dtests=enabled build || exit $?
|
meson setup -Dfuzz=enabled -Dtests=enabled build || exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
meson compile -C build || exit $?
|
||||||
|
|
||||||
ebegin "running check commands"
|
ebegin "running check commands"
|
||||||
parallel --halt soon,fail=1 --keep-order -j$(nproc) < check_commands.txt
|
parallel --halt soon,fail=1 --keep-order -j$(nproc) < check_commands.txt
|
||||||
eend $? || exit $?
|
eend $? || exit $?
|
||||||
|
|||||||
Reference in New Issue
Block a user