Speed up CI

This commit is contained in:
Andrew Rabert 2019-01-05 16:38:53 -05:00
parent f57ad728a5
commit 4d25b3ad8b

View file

@ -1,32 +1,12 @@
kind: pipeline kind: pipeline
name: build:debian name: build
steps: steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
- git submodule update --init --recursive - git submodule update --init --recursive
- name: build:debian - name: build
image: plugins/docker image: microsoft/dotnet:2-sdk
group: build
settings:
repo: jellyfin/jellyfin
dry_run: true
dockerfile: Dockerfile.debian_package
---
kind: pipeline
name: build:docker
steps:
- name: submodules
image: docker:git
commands: commands:
- git submodule update --init --recursive - dotnet publish --configuration release --output /release
- name: build:docker
image: plugins/docker
group: build
settings:
repo: jellyfin/jellyfin
dry_run: true