Add drone CI
This commit is contained in:
parent
cd8d7388a6
commit
4203f6e26b
17
.drone.yml
Normal file
17
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user