aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: ec3d82d70bc5021ba74c1bcbb061992be2261367 (plain) (blame)
1
2
3
4
5
6
7
8
9
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~emersion/alps
tasks:
  - build: |
      cd alps
      go test -v ./...