~bigbes/core-go

ref: 9d6ae2ee8abf6f9d7f976321c06f280dd1c12211 core-go/.builds/alpine.yml -rw-r--r-- 295 bytes
9d6ae2ee — наб Initial commit 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: alpine/3.12
repositories:
  sr.ht: >
    https://mirror.sr.ht/alpine/v3.12/sr.ht/
    https://mirror.sr.ht/alpine/alpine%40sr.ht.rsa.pub
    alpine@sr.ht.rsa.pub
packages:
  - go
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
  - build: |
      cd core-go
      go build -v ./...