ci: add Woodpecker pipeline; docs: add review and tasks; docs: add AGENTS.md
This commit is contained in:
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
pipeline:
|
||||
build_test:
|
||||
image: maven:3.9-eclipse-temurin-17
|
||||
when:
|
||||
event: [ push, pull_request, tag ]
|
||||
commands:
|
||||
- mvn -B -DskipTests=false clean verify
|
||||
|
||||
package:
|
||||
image: maven:3.9-eclipse-temurin-17
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
commands:
|
||||
- mvn -B -DskipTests clean package
|
||||
|
||||
Reference in New Issue
Block a user