Support for CI
This commit is contained in:
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user