mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2025-09-09 11:19:40 +02:00
Add woodpecker CI
This commit is contained in:
parent
6fdce5b63f
commit
5a8c886409
3 changed files with 24 additions and 0 deletions
12
.woodpecker/.build.yml
Normal file
12
.woodpecker/.build.yml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue