PkmnLibSharp/.drone.yml

13 lines
228 B
YAML
Raw Normal View History

2020-05-03 09:02:27 +00:00
kind: pipeline
name: default
type: docker
steps:
- name: Build
image: dotnet/core/sdk:3.1
commands:
- dotnet build -c Release
- name: Tests
image: dotnet/core/sdk:3.1
commands:
- dotnet test -v n