From a9dbb2c1edf1c1819919a4bea73baa4cf61380a0 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 30 Apr 2019 14:02:30 +0200 Subject: [PATCH] Added CI --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6e0fe6f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +pipeline: + test: + image: microsoft/dotnet:2.0-sdk + pull: true + commands: + - dotnet restore + - cd UpsilonTests + - dotnet xunit -c Release -xml ../tests/UpsilonTests.xml