gplugin/builders

Add a debian-trixie-riscv64

7 months ago, Gary Kramlich
f8da99d3af84
file isExecutable
Add a debian-trixie-riscv64
#!/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}"