Browse Source

Speed up CI

Andrew Rabert 6 years ago
parent
commit
4d25b3ad8b
1 changed files with 4 additions and 24 deletions
  1. 4 24
      .drone.yml

+ 4 - 24
.drone.yml

@@ -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
-  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:
   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