use meson in cirrus ci
This commit is contained in:
parent
21d81ea5a9
commit
ffa2e06043
@ -11,6 +11,6 @@ test_task:
|
|||||||
OS: FreeBSD
|
OS: FreeBSD
|
||||||
procfs_script: >
|
procfs_script: >
|
||||||
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
||||||
pkg_install_script: pkg install -y bash gawk gmake gsed
|
pkg_install_script: pkg install -y bash gawk gsed meson
|
||||||
gsed_hack_script: rm /usr/bin/sed && ln -s /usr/local/bin/gsed /usr/bin/sed
|
gsed_hack_script: rm /usr/bin/sed && ln -s /usr/local/bin/gsed /usr/bin/sed
|
||||||
test_script: bash ci/cirrus.sh
|
test_script: bash ci/cirrus.sh
|
||||||
|
@ -16,6 +16,6 @@ set -x
|
|||||||
# These are steps to run on Cirrus CI under a jailed FreeBSD system.
|
# 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.
|
# See $TOP/.cirrus.yml for more info about the Cirrus CI setup.
|
||||||
|
|
||||||
cpus=$(getconf NPROCESSORS_CONF || echo 1)
|
meson build
|
||||||
gmake -j"${cpus}" -O
|
meson compile -C build
|
||||||
gmake test
|
# gmake test
|
||||||
|
Loading…
Reference in New Issue
Block a user