added .drone.yml

This commit is contained in:
Philipp 2021-09-01 09:13:28 +02:00
parent 5308550dd5
commit 59acc1682e
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
- name: build
image: golang
volumes:
- name: deps
path: /go
commands:
- go build
volumes:
- name: deps
temp: {}