ref: bc6c865b6f48a1d19172c7e8d9545fa0a4d41247
dir: /.builds/openbsd.yml/
image: openbsd/latest
packages:
- meson
- samurai
sources:
- https://git.sr.ht/~ft/sl
tasks:
- setup: |
cd sl
meson setup build . -Dbuildtype=release
- build: |
cd sl
ninja -C build test