Add a Drone CI config
This commit is contained in:
parent
b4f346d206
commit
542ff6c2ad
1 changed files with 8 additions and 0 deletions
8
Infrastructure/.drone.yml
Normal file
8
Infrastructure/.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||
commands:
|
||||
- ./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue