2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-07-09 17:10:56 +00:00

Add drone CI support beta

This commit is contained in:
Adam Dodman
2017-06-29 22:42:35 +01:00
parent e5bc076e50
commit ac0172d78c
2 changed files with 15 additions and 1 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
pipeline:
build:
image: docker
commands:
- docker build -t plexdev .
- docker tag plexdev itpersists
- docker save -o image.tar plexdev
test:
image: docker
commands:
- ls
- docker load -i image.tar
- docker images