added a .drone.yml that probably won't work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lynne Megido 2020-09-19 18:04:41 +10:00
parent ed820f60fc
commit 5be60a4681
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

35
.drone.yml Normal file
View File

@ -0,0 +1,35 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: restore-target
image: drillster/drone-volume-cache
volumes:
- name: target
path: /target
settings:
restore: true
mount:
- ./target
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet build
- name: rebuild-target
image: drillster/drone-volume-cache
volumes:
- name: target
path: /target
settings:
rebuild: true
mount:
- ./target
volumes:
- name: target
host:
path: /tmp/snootalogue-target