Skip to content

Commit

Permalink
Add initial drone ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Sep 18, 2018
1 parent e3dea61 commit cd768ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
@@ -0,0 +1,10 @@
pipeline:
build:
image: golang
commands:
- make build

# test:
# image: golang
# commands:
# - make test

0 comments on commit cd768ca

Please sign in to comment.