shithub: sl

ref: 55e69f83cc82e8d8d3fb6bf75df881797056e8a3
dir: /.builds/netbsd.yml/

View raw version
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