You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spigot-chunkmaster/.abstruse.yml

14 lines
207 B
YAML

image: abstruse
matrix:
- env: SCRIPT=shadowJar
before_install:
- apt update
install:
- apt install -y openjdk-8-jdk
- apt install -y gradle
script:
- if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi