Geoffrey-MC-Plugin/.woodpecker.yml

29 lines
572 B
YAML

clone:
git:
image: "woodpeckerci/plugin-git:next"
pipeline:
compliance:
image: "gradle:8.3-jdk17"
commands:
- "gradle build"
- "gradle test"
when:
event: pull_request
build:
image: "gradle:8.3-jdk17"
commands:
- "gradle shadowJar"
when:
event: push
branch: main
release:
image: jolheiser/drone-gitea-main:latest
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
files:
- "build/libs/*.jar"
when:
event: push
branch: main