diff options
Diffstat (limited to 'ci/cirrus.sh')
-rwxr-xr-x | ci/cirrus.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/cirrus.sh b/ci/cirrus.sh index e013623f..20adc9b7 100755 --- a/ci/cirrus.sh +++ b/ci/cirrus.sh @@ -16,6 +16,6 @@ set -x # These are steps to run on Cirrus CI under a jailed FreeBSD system. # See $TOP/.cirrus.yml for more info about the Cirrus CI setup. -cpus=$(getconf NPROCESSORS_CONF || echo 1) -gmake -j"${cpus}" -O -gmake test +meson build +meson compile -C build +# gmake test |