aboutsummaryrefslogblamecommitdiff
path: root/.build.yml
blob: 3b1c14bc63d92556aea930c994fad02d48748474 (plain) (tree)
1
2
3
4
5
6
7
8
9



                  
                                  

            
             
                      
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~migadu/alps
tasks:
  - build: |
      cd alps
      go test -v ./...