Add a Drone CI config

This commit is contained in:
Robert Marshall 2019-08-26 08:49:03 +01:00
parent b4f346d206
commit 542ff6c2ad

View file

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:2.2
commands:
- ./build.sh