Initial commit

This commit is contained in:
Paul Schaub 2024-03-30 21:33:03 +01:00
commit 2656f63942
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
13 changed files with 709 additions and 0 deletions

12
.woodpecker/.build.yml Normal file
View file

@ -0,0 +1,12 @@
pipeline:
run:
image: gradle:7.5-jdk8
commands:
- git checkout $CI_COMMIT_BRANCH
# Code works
- gradle test
# Code is clean
- gradle check javadocAll
# Code has coverage
- gradle jacocoRootReport coveralls
secrets: [COVERALLS_REPO_TOKEN]

7
.woodpecker/.reuse.yml Normal file
View file

@ -0,0 +1,7 @@
# Code is licensed properly
# See https://reuse.software/
pipeline:
reuse:
image: fsfe/reuse:latest
commands:
- reuse lint