mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-17 13:12:04 +01:00
Clean up woodpecker scripts
This commit is contained in:
parent
5fb1146dfb
commit
1e9b1c77d3
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
|||
pipeline:
|
||||
|
||||
run:
|
||||
image: gradle:7.5-jdk8
|
||||
commands:
|
||||
- gradle --no-daemon assemble test check javadocAll jacocoRootReport coveralls
|
||||
# Code works
|
||||
- gradle test
|
||||
# Code is clean
|
||||
- gradle check javadocAll
|
||||
# Code has coverage
|
||||
- gradle jacocoRootReport coveralls
|
||||
secrets: [COVERALLS_REPO_TOKEN]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Code is licensed properly
|
||||
# See https://reuse.software/
|
||||
pipeline:
|
||||
reuse:
|
||||
image: fsfe/reuse:latest
|
||||
|
|
Loading…
Reference in a new issue