~bigbes/core-go

ref: 296f02e48b54a600d3bfb0d3bd616f90224c1be6 core-go/.builds/alpine.yml -rw-r--r-- 179 bytes
296f02e4 — Drew DeVault config: print loaded config(s) to log 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/3.17
packages:
  - go
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
- build: |
    cd core-go
    go build ./...
- test: |
    cd core-go
    go test ./...