Woodpecker CI

This commit is contained in:
Piotr Dec 2024-03-14 21:23:35 +01:00
parent a54bb59857
commit 212a881f8e
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 5 additions and 26 deletions

5
.woodpecker/maven.yml Normal file
View file

@ -0,0 +1,5 @@
steps:
- name: test
image: maven:3.9.6-eclipse-temurin-17-alpine
commands:
- mvn -B verify