about summary refs log tree commit diff stats
path: root/.build.yml
blob: 6cb49c0f2e47d935a51a76bb78f83edc5f798748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~gbmor/getwtxt
tasks:
  - build: |
      cd getwtxt
      go test -v -race ./...
      make