diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-06-29 10:23:22 -0400 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2020-06-29 12:09:01 -0700 |
commit | 489c853ed75f71ef435b695b2a51229d28292c7c (patch) | |
tree | bc197498de159016f5e816db742964f769b2d9aa /.builds | |
parent | ec6ec4b1d04092e7175b658d5ea884e3f3b82c81 (diff) |
.builds/alpine: remove annotations
This feature is being removed from git.sr.ht
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index be06ce1..e23dff6 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -5,9 +5,6 @@ packages: sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git -- https://git.sr.ht/~sircmpwn/annotatec -secrets: -- cd4f74b3-9b4f-435f-b747-e513ba03f947 tasks: - build: | PATH=$HOME/qbe/obj:$PATH @@ -15,11 +12,6 @@ tasks: cd cproc ./configure make all check bootstrap -- annotate: | - make -C annotatec - cd cproc - ~/annotatec/annotatec -g -C 'cpp -U __GNUC__' *.c > annotations.json - ~/upload-annotations annotations.json mcf cproc triggers: - action: email condition: failure |