PkmnLibSharp/.drone.yml

13 lines
264 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: Build
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet build -c Release
- name: Tests
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet test -v n