This commit is contained in:
Martyn 2020-09-20 13:03:32 +02:00
parent eed80115fd
commit 906cc792f7
1 changed files with 14 additions and 0 deletions

14
build/ci/drone.yaml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: linux-amd64-taggedver
platform:
arch: amd64
os: linux
steps:
- name: build_golang
image: golang
commands:
- go get
- go build .