jellyfin/.drone.yml

13 lines
269 B
YAML
Raw Normal View History

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