From 906cc792f7759876df20378243ca3ac92feb2d11 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 20 Sep 2020 13:03:32 +0200 Subject: [PATCH] Start CI --- build/ci/drone.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 build/ci/drone.yaml diff --git a/build/ci/drone.yaml b/build/ci/drone.yaml new file mode 100644 index 0000000..5380988 --- /dev/null +++ b/build/ci/drone.yaml @@ -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 .