shithub: sl

ref: 11700e8fe75f45de743eb63336f25de1bf398bc5
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