aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/alpine.yml8
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