2024-08-17 18:35:43 +00:00
|
|
|
setup *OPTIONS:
|
2024-08-18 12:47:09 +00:00
|
|
|
meson setup build --prefix="$PWD/outputs/out" $mesonFlags {{ OPTIONS }}
|
2024-08-17 18:35:43 +00:00
|
|
|
|
|
|
|
build *OPTIONS:
|
2024-08-18 12:47:09 +00:00
|
|
|
meson compile -C build {{ OPTIONS }}
|
2024-08-17 18:35:43 +00:00
|
|
|
|
|
|
|
install *OPTIONS: (build OPTIONS)
|
|
|
|
meson install -C build
|
|
|
|
|
|
|
|
test *OPTIONS:
|
|
|
|
meson test -C build --print-errorlogs {{ OPTIONS }}
|
2024-08-18 12:47:09 +00:00
|
|
|
|
|
|
|
update-dbix:
|
|
|
|
cd src/sql && ./update-dbix-harness.sh
|
|
|
|
|
|
|
|
perlcritic:
|
|
|
|
perlcritic .
|