Add drone CI

This commit is contained in:
nemunaire 2020-09-02 15:25:44 +02:00
parent cd8d7388a6
commit 4203f6e26b
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: build
image: golang:latest
commands:
- apt-get update && apt-get install -y build-essential git go-bindata
- go generate -v
- go get -v -d
- go build -v -o chldapasswd