fb39a06Add drone ci config030c71cAutomatically disable and re-enable Optifine's Fast Render setting before rendering a video1fef12dInclude FML handshake in recordinge86c66dMove README.md, LICENSE.md and user docs from master branch to 1.8
19 lines
377 B
YAML
19 lines
377 B
YAML
pipeline:
|
|
clone:
|
|
image: plugins/git
|
|
tags: true
|
|
build:
|
|
image: openjdk:8
|
|
commands:
|
|
- JAVA_OPTS=-Xmx1516M ./gradlew setupDecompWorkspace
|
|
- ./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: /
|