pigeon/.woodpecker.yml
Gregory Ballantine 8261e2847f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Updated Woodpecker config to run tests through Maven
2022-05-03 14:45:52 -04:00

23 lines
425 B
YAML

pipeline:
test:
image: maven:3-jdk-11
commands:
- mvn test
build:
image: maven:3-jdk-11
commands:
- mvn clean compile assembly:single
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
files:
- target/Pigeon-*.jar
when:
event: tag