From 53a5fc70d722bd3ba26d603c1f36ad60bba300c5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 29 Jun 2020 10:21:48 -0400 Subject: [PATCH] .build.yml: drop annotations --- .build.yml | 12 ------------ diff --git a/.build.yml b/.build.yml index cd90ea795a348f7e778958f47b9ca8129d758b21..1da4badcd71f7a11300ee54a7e45e480d6734ec6 100644 --- a/.build.yml +++ b/.build.yml @@ -4,7 +4,6 @@ - flex - bison sources: - https://git.sr.ht/~sircmpwn/scdoc -- https://git.sr.ht/~sircmpwn/annotatec secrets: - 52022781-b772-4d8d-b7fe-0d962a4947b6 tasks: @@ -14,14 +13,3 @@ 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 -- 2.48.1