talkatu/builders

Make sure debian-bookworm-amd64 has zip for building the docs
default tip
10 months ago, Gary Kramlich
4540b31429a5
file isExecutable
Make sure debian-bookworm-amd64 has zip for building the docs
#!/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}"