Add drone ci config

This commit is contained in:
Jan-Henrik 2022-12-29 22:58:57 +01:00
parent f34fbcdcb4
commit bb528e6ff7

11
.drone.yaml Normal file
View file

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:latest
commands:
- docker build