geforkt von Mirrors/Paper
d5815ee8a4
The only way to get Paper to build, specifically past the jar remap step, is to use a macOS host. Don't ask me why, I'm just the messenger.
14 Zeilen
305 B
YAML
14 Zeilen
305 B
YAML
language: java
|
|
os: osx
|
|
before_install:
|
|
- brew cask install java
|
|
- git config --global user.email "travis-ci@destroystokyo.com"
|
|
- git config --global user.name "Travis CI"
|
|
- ./paper patch
|
|
after_success:
|
|
- ./scripts/paperclip.sh "."
|
|
cache:
|
|
directories:
|
|
- '$HOME/.m2/repository'
|
|
- 'work'
|