Sets up CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-09-18 18:27:15 +02:00
parent 097b2111aa
commit 7e89de4ea0

13
.drone.yml Executable file
View File

@@ -0,0 +1,13 @@
kind: pipeline
name: default
type: docker
steps:
- name: Build
image: deukhoofd/dotnet-builder
commands:
- dotnet build -c Release /p:platform=x64
- name: Tests
image: deukhoofd/dotnet-builder
commands:
- dotnet test -v n /p:platform=x64