aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 000000000..bacce407b
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,38 @@
+kind: pipeline
+name: build:debian
+
+clone:
+ depth: 1
+
+steps:
+- name: submodules
+ image: docker:git
+ commands:
+ - git submodule update --init
+- name: build:debian
+ image: plugins/docker
+ group: build
+ settings:
+ repo: jellyfin/jellyfin
+ dry_run: true
+ dockerfile: Dockerfile.debian_package
+
+
+---
+kind: pipeline
+name: build:docker
+
+clone:
+ depth: 1
+
+steps:
+- name: submodules
+ image: docker:git
+ commands:
+ - git submodule update --init
+- name: build:docker
+ image: plugins/docker
+ group: build
+ settings:
+ repo: jellyfin/jellyfin
+ dry_run: true