mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-04 09:50:03 +01:00
17 lines
364 B
YAML
17 lines
364 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
before_install:
|
|
- git config --global user.email "travis-ci@destroystokyo.com"
|
|
- git config --global user.name "Travis CI"
|
|
- git submodule update --init
|
|
- ./remap.sh
|
|
- ./decompile.sh
|
|
- ./init.sh
|
|
- ./newApplyPatches.sh
|
|
after_success:
|
|
- ./paperclip.sh
|
|
cache:
|
|
directories:
|
|
- '$HOME/.m2/repository'
|
|
- 'work' |