aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 98db4884bde40896242f086659d362c2b2d71a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
kind: pipeline
name: build

steps:
- name: submodules
  image: docker:git
  commands:
    - git submodule update --init --recursive
- name: build
  image: microsoft/dotnet:2-sdk
  commands:
    - dotnet publish --configuration release --output /release Jellyfin.Server