瀏覽代碼

ci: add .build.yml

master
Simon Ser 4 年之前
父節點
當前提交
4b887f5771
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: FDE7BE0E88F5E48
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. +9
    -0
      .build.yml

+ 9
- 0
.build.yml 查看文件

@@ -0,0 +1,9 @@
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~emersion/koushin
tasks:
- build: |
cd koushin
go test -v ./...

Loading…
取消
儲存