shithub: sl

ref: 253107e36cdb715a21c1fc47cd119702f1a11285
dir: /.builds/openbsd.yml/

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