- add drone config

master
SimonG 4 years ago
parent 9906bc6e36
commit 408bba500d
  1. 14
      .drone.yml

@ -0,0 +1,14 @@
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