Lindenii Project Forge
Login

scdoc

scdoc mirror for performance testing
Commit info
ID
53a5fc70d722bd3ba26d603c1f36ad60bba300c5
Author
Drew DeVault <sir@cmpwn.com>
Author date
Mon, 29 Jun 2020 10:21:48 -0400
Committer
Drew DeVault <sir@cmpwn.com>
Committer date
Mon, 29 Jun 2020 10:21:48 -0400
Actions
.build.yml: drop annotations
image: alpine/edge
packages:
- flex
- bison
sources:
- https://git.sr.ht/~sircmpwn/scdoc
- https://git.sr.ht/~sircmpwn/annotatec
secrets:
- 52022781-b772-4d8d-b7fe-0d962a4947b6
tasks:
- build: |
    cd scdoc
    make
- check: |
    cd scdoc
    make check
- annotatec: |
    cd annotatec
    make
    sudo make install PREFIX=/usr
- annotations: |
    cd ~/scdoc
    # that version string, jesus christ
    find src -name "*.c" | \
      xargs annotatec -gC 'cpp -DVERSION='"'"'"0.0.0"'"'"' -std=c99 -Iinclude -U__GNUC__' \
      >annotations.json
    ~/upload-annotations annotations.json sircmpwn scdoc