This commit is contained in:
2019-04-30 14:02:30 +02:00
parent 30177e6c1e
commit a9dbb2c1ed

8
.drone.yml Normal file
View File

@@ -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