Add drone ci config

This commit is contained in:
johni0702
2016-12-09 22:09:42 +01:00
parent 030c71c868
commit fb39a06ad2
2 changed files with 19 additions and 0 deletions

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
pipeline:
clone:
image: plugins/git
tags: true
build:
image: openjdk:8
commands:
- ./gradlew setupCIWorkspace
- ./gradlew :build
archive:
image: plugins/s3
acl: public-read
region: "us-east-1"
bucket: "replaymod"
path_style: true
source: build/libs/*
strip_prefix: build/libs/
target: /