gplugin/builders

Clean up the way we install clang-format

21 months ago, Gary Kramlich
a2f091bb06f9
file isExecutable
Clean up the way we install clang-format
#!/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}"