gplugin/builders

e15ee5a247ef
file isExecutable
Replace the debian build script with the basic meson one
#!/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}"