~bigbes/core-go

ref: 98806e712f5ea30970becdf66a91e42f8f33f5b2 core-go/.builds/alpine.yml -rw-r--r-- 295 bytes
98806e71 — наб Add crypto module with depessimised webhook signing from gitsrht-update-hook 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 ./...