gplugin/builders

Update all the things for debian trixie

10 months ago, Gary Kramlich
bfa442657994
file isExecutable
Update all the things for debian trixie
#!/bin/sh -ex
cd ${CONVEY_WORKSPACE}
BUILD_DIR=${TARGET:-_build}
meson ${MESON_OPTIONS} "${BUILD_DIR}"
meson compile -C "${BUILD_DIR}"
meson test -C "${BUILD_DIR}"