nihdoc

WIP markup parser (txt -> html)
git clone git://git.alexkarle.com.com/blag
Log | Files | Refs | README | LICENSE

.build.yml (228B) [raw]


      1 # srht.site build
      2 image: openbsd/latest
      3 sources:
      4   - https://git.sr.ht/~akarle/nihdoc
      5 tasks:
      6 - build: |
      7     make -C nihdoc
      8 - test: |
      9     make -C nihdoc check
     10 triggers:
     11 - action: email
     12   condition: failure
     13   to: ci@alexkarle.com