Added CI
This commit is contained in:
8
.drone.yml
Normal file
8
.drone.yml
Normal 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
|
||||||
Reference in New Issue
Block a user