diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-30 19:05:02 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-30 19:05:02 +0000 |
| commit | f06859c447d13eb2c0385eefea6c73548fa83db5 (patch) | |
| tree | 10c99e53d471ba3d1d7046b7b020abdba521599b /check.sh | |
| parent | b0311ba8135d141f00323b51647f6e3e9eaf1342 (diff) | |
| download | gentoo-utils-f06859c447d13eb2c0385eefea6c73548fa83db5.tar.gz | |
run meson compile before running check commands
Diffstat (limited to 'check.sh')
| -rwxr-xr-x | check.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ if [[ ! -d build ]]; then meson setup -Dfuzz=enabled -Dtests=enabled build || exit $? fi +meson compile -C build || exit $? + ebegin "running check commands" parallel --halt soon,fail=1 --keep-order -j$(nproc) < check_commands.txt eend $? || exit $? |
