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