Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
Drop flex/bison from .build.yml These were necessary for annotatec, which has been removed.
image: alpine/edge
packages: - flex - bison
sources:
- https://git.sr.ht/~sircmpwn/scdoc
tasks:
- build: |
cd scdoc
make
- check: |
cd scdoc
make check