Add .woodpecker/ for codeberg-ci

This commit is contained in:
Paul Schaub 2022-08-01 16:03:46 +02:00
parent 3801a644ef
commit 5fb1146dfb
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,7 @@
pipeline:
run:
image: gradle:7.5-jdk8
commands:
- gradle --no-daemon assemble test check javadocAll jacocoRootReport coveralls
secrets: [COVERALLS_REPO_TOKEN]

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

@ -0,0 +1,5 @@
pipeline:
reuse:
image: fsfe/reuse:latest
commands:
- reuse lint