Playground/.drone.yml
saces 1e068bdac4
Some checks reported errors
continuous-integration/drone/push Build encountered an error
test
2020-05-21 00:21:19 +02:00

11 lines
318 B
YAML

kind: pipeline
name: default
steps:
- name: setup
image: archlinux/base:latest
commands:
- echo 'Server = http://cache.XXXX.org:8080/$repo/os/$arch/' > /etc/pacman.d/mirrorlist
- pacman -Sy --noprogressbar --noconfirm jdk11-openjdk
- JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ ./gradlew clean build test