Lindenii Project Forge
Login

scdoc

scdoc mirror for performance testing
Commit info
ID
97106f1a1a210804dfa962bf61135e7f33a325f1
Author
Drew DeVault <sir@cmpwn.com>
Author date
Mon, 13 Jul 2020 13:30:54 -0400
Committer
Drew DeVault <sir@cmpwn.com>
Committer date
Mon, 13 Jul 2020 13:30:54 -0400
Actions
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