Skip to content

Commit e25fad5

Browse files
committed
Adds .drone.yml
1 parent 3755205 commit e25fad5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.drone.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
kind: pipeline
2+
name: default
3+
4+
steps:
5+
- name: build
6+
image: golang
7+
commands:
8+
- go build
9+
- go test

0 commit comments

Comments
 (0)