Support for CI

master
Deukhoofd 3 years ago
parent 472b8782f3
commit 1f7bacc81e
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

@ -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
Loading…
Cancel
Save