- add drone config

master
SimonG 5 years ago
parent b629c628b5
commit b2dd4debca
  1. 13
      .drone.yml

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: CI
steps:
- name: Build
image: mcr.microsoft.com/dotnet/sdk:5.0
commands:
- dotnet build
- name: Test
image: mcr.microsoft.com/dotnet/sdk:5.0
commands:
- dotnet test
Loading…
Cancel
Save