This commit is contained in:
parent
097b2111aa
commit
7e89de4ea0
13
.drone.yml
Executable file
13
.drone.yml
Executable 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
|
Loading…
x
Reference in New Issue
Block a user