test
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
saces 2020-05-21 00:21:19 +02:00
parent 37f78cf92c
commit 1e068bdac4

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
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