scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

freebsd.yml (229B)


      1 image: freebsd/current
      2 sources:
      3   - https://git.sr.ht/~toasterking/scdoc2mdoc
      4 tasks:
      5   - build: |
      6       cd scdoc2mdoc
      7       ./configure
      8       make
      9 triggers:
     10   - action: email
     11     condition: failure
     12     to: "<dev@sgregoratto.me>"