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 , 22 months ago | |
---|---|
File size: 177 bytes |
Line | |
---|---|
1 | image: alpine/edge |
2 | packages: |
3 | - go |
4 | sources: |
5 | - https://git.sr.ht/~sircmpwn/go-bare |
6 | tasks: |
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.