aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-01-05 16:44:23 -0500
committerGitHub <noreply@github.com>2019-01-05 16:44:23 -0500
commitc5eb782c7bf55b9051b61ed854f586c19156a76b (patch)
treed62a13cc1137da478226c3ce35cde56f7fdd080e
parentf57ad728a50cbee0b4232a5a94cd23a1717ade6f (diff)
parent4d25b3ad8bb54ddb9281b5ab1f334730e72e7b58 (diff)
Merge pull request #434 from nvllsvm/speed_ci
Speed up CI
-rw-r--r--.drone.yml28
1 files changed, 4 insertions, 24 deletions
diff --git a/.drone.yml b/.drone.yml
index 13762ba0a..c6d41b555 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,32 +1,12 @@
kind: pipeline
-name: build:debian
+name: build
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init --recursive
-- name: build:debian
- image: plugins/docker
- group: build
- settings:
- repo: jellyfin/jellyfin
- dry_run: true
- dockerfile: Dockerfile.debian_package
-
-
----
-kind: pipeline
-name: build:docker
-
-steps:
-- name: submodules
- image: docker:git
+- name: build
+ image: microsoft/dotnet:2-sdk
commands:
- - git submodule update --init --recursive
-- name: build:docker
- image: plugins/docker
- group: build
- settings:
- repo: jellyfin/jellyfin
- dry_run: true
+ - dotnet publish --configuration release --output /release