From 542ff6c2ad0caa966149b5f5b5a57a5500d0bc2c Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 08:49:03 +0100 Subject: [PATCH] Add a Drone CI config --- Infrastructure/.drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Infrastructure/.drone.yml diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml new file mode 100644 index 0000000..5e5643d --- /dev/null +++ b/Infrastructure/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: build + image: mcr.microsoft.com/dotnet/core/sdk:2.2 + commands: + - ./build.sh \ No newline at end of file