jellyfin/.drone.yml

13 lines
253 B
YAML
Raw Normal View History

2018-12-13 04:50:59 +01:00
kind: pipeline
2019-01-05 22:38:53 +01:00
name: build
2018-12-13 04:50:59 +01:00
steps:
- name: submodules
image: docker:git
commands:
2018-12-14 00:40:01 +01:00
- git submodule update --init --recursive
2019-01-05 22:38:53 +01:00
- name: build
image: microsoft/dotnet:2-sdk
2018-12-13 04:50:59 +01:00
commands:
2019-01-05 22:38:53 +01:00
- dotnet publish --configuration release --output /release