source: code/trunk/vendor/git.sr.ht/~sircmpwn/go-bare/.build.yml@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 177 bytes
RevLine 
[822]1image: alpine/edge
2packages:
3- go
4sources:
5- https://git.sr.ht/~sircmpwn/go-bare
6tasks:
7- gen: |
8 cd go-bare
9 go generate ./...
10- test: |
11 cd go-bare
12 go test ./...
Note: See TracBrowser for help on using the repository browser.