This commit is contained in:
parent
37f78cf92c
commit
1e068bdac4
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
Loading…
Add table
Reference in a new issue