(maint) move to harness.drone.io

This commit is contained in:
TP Honey
2022-12-07 14:42:15 +00:00
parent d60bff8b9c
commit 7ae7cf3e78
3 changed files with 43 additions and 7 deletions

View File

@@ -1,10 +1,16 @@
kind: pipeline
type: docker
type: vm
name: default
platform:
os: linux
arch: amd64
pool:
use: ubuntu
steps:
- name: build
image: golang
image: golang:1.19
commands:
- go test ./...
- sh scripts/build.sh