Update .build.yml
This commit is contained in:
parent
f81cc2803c
commit
bc9d6fc187
11
.build.yml
11
.build.yml
|
@ -4,9 +4,6 @@ packages:
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~sircmpwn/aerc
|
- https://git.sr.ht/~sircmpwn/aerc
|
||||||
- https://git.sr.ht/~sircmpwn/annotatego
|
|
||||||
secrets:
|
|
||||||
- 52022781-b772-4d8d-b7fe-0d962a4947b6
|
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd aerc
|
cd aerc
|
||||||
|
@ -14,11 +11,3 @@ tasks:
|
||||||
- test: |
|
- test: |
|
||||||
cd aerc
|
cd aerc
|
||||||
go test ./...
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue