Skip to content

Commit

Permalink
add drone config (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Oct 16, 2019
1 parent 876257d commit 82f6f58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
kind: pipeline
type: docker
name: build

platform:
os: linux
arch: amd64

steps:
- name: build
pull: always
image: golang:1.13
commands:
- make deps
- make

0 comments on commit 82f6f58

Please sign in to comment.