ref: 253107e36cdb715a21c1fc47cd119702f1a11285
dir: /.builds/netbsd.yml/
image: netbsd/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