Sets up CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-09-18 18:27:15 +02:00
parent 097b2111aa
commit 7e89de4ea0
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 13 additions and 0 deletions

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