aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: deb41fba899c2f8289b8d3bdbff9c1478c41703b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~sircmpwn/go-bare
tasks:
- gen: |
    cd go-bare
    go generate ./...
- test: |
    cd go-bare
    go test ./...