purr-c/ci/run-meson.sh

5 lines
79 B
Bash
Executable File

#!/bin/sh -x
meson build/
ninja -C build/ all
RATELIMIT=1 ninja -C build/ test