This commit is contained in:
parent
1e068bdac4
commit
1074f8d7b9
1 changed files with 11 additions and 5 deletions
16
.drone.yml
16
.drone.yml
|
@ -1,10 +1,16 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: setup
|
||||
image: archlinux/base:latest
|
||||
- name: hallo
|
||||
image: alpine
|
||||
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
|
||||
- echo hello world
|
||||
|
||||
node:
|
||||
saces: saces
|
||||
|
|
Loading…
Add table
Reference in a new issue