1
0
mirror of https://github.com/kami-blue/client synced 2025-02-10 17:27:14 +00:00
kami-blue/.travis.yml
Bella 454dc66303
Remove preHook and hook scripts for #download
Unfortunately the files are too big to do so, so we're doing weekly downloads from now on, on the website
2020-04-25 12:20:59 -04:00

18 lines
463 B
YAML

language: java
jdk:
- openjdk8
before_install:
- chmod +x gradlew
- "./gradlew setupDecompWorkspace"
deploy:
provider: releases
api_key:
secure: MIGJAoGBALeFvpaS4szqW9jo3uH3kaS2YJZSyghvokomKuiPIBr8mnO6BNm6C5sJDKX7ihhJdKUA/MpEFCiObj5ZPiXcV7gHlyVN2FCP5ucFLHtasa3j6nCH5lvdLxAwAbPKq8PPCq8rurmFWBLuuCWXR0VW2OG1+Oo4b9U1d5ywST7hpvOrAgMBAAE=
file: build/libs/*-release.jar
file_glob: true
skip_cleanup: true
on:
repo: kami-blue/client
tags: true