This commit is contained in:
Deukhoofd 2019-04-30 14:02:30 +02:00
parent 30177e6c1e
commit a9dbb2c1ed
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 8 additions and 0 deletions

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