Upsilon/.drone.yml

11 lines
212 B
YAML
Raw Permalink Normal View History

2019-04-30 13:31:44 +00:00
kind: pipeline
name: default
steps:
- name: test
2019-04-30 14:32:30 +00:00
image: microsoft/dotnet:2.2-sdk
2019-04-30 12:02:30 +00:00
commands:
- dotnet restore
- cd UpsilonTests
- dotnet xunit -c Release -xml ../tests/UpsilonTests.xml