talkatu/builders

Move the build scripts to the top level

20 months ago, Gary Kramlich
4dc23eb23d74
file isExecutable
Move the build scripts to the top level
#!/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}"