diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-07-29 15:27:51 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-07-29 15:27:51 -0400 |
commit | bc9d6fc187203a90bff36bc21c0fe9e05e1dad1a (patch) | |
tree | 4eec9880940a3829cf8b099487368a672fd84a9d /.build.yml | |
parent | f81cc2803cca4a5213a9d4514ddae8417c23f8ee (diff) | |
download | aerc-bc9d6fc187203a90bff36bc21c0fe9e05e1dad1a.tar.gz |
Update .build.yml
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -4,9 +4,6 @@ packages: - scdoc sources: - https://git.sr.ht/~sircmpwn/aerc -- https://git.sr.ht/~sircmpwn/annotatego -secrets: -- 52022781-b772-4d8d-b7fe-0d962a4947b6 tasks: - build: | cd aerc @@ -14,11 +11,3 @@ tasks: - test: | cd aerc go test ./... -- annotatego: | - cd annotatego - go build - sudo cp annotatego /usr/bin/ -- annotate: | - cd aerc - annotatego -v git.sr.ht/~sircmpwn/aerc... >annotations.json - ~/upload-annotations annotations.json sircmpwn aerc |