Take a stab at a Drone CI/CD build

This commit is contained in:
decentral1se 2021-07-15 15:37:54 +02:00
parent b13081d1a6
commit 8373dea7fb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
---
kind: pipeline
name: coopcloud.tech/abra
steps:
- name: make build
image: golang:1.16
commands:
- make build