mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-12-05 04:51:08 +01:00
Fix woodpecker pipeline
This commit is contained in:
parent
39e5ee14af
commit
180d7e9db1
2 changed files with 8 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
steps:
|
||||||
run:
|
- name: build
|
||||||
image: gradle:7.5-jdk8
|
image: gradle:8.8-jdk11
|
||||||
commands:
|
commands:
|
||||||
- git checkout $CI_COMMIT_BRANCH
|
- git checkout $CI_COMMIT_BRANCH
|
||||||
# Code works
|
# Code works
|
||||||
|
|
@ -9,4 +9,6 @@ pipeline:
|
||||||
- gradle check javadocAll
|
- gradle check javadocAll
|
||||||
# Code has coverage
|
# Code has coverage
|
||||||
- gradle jacocoRootReport coveralls
|
- gradle jacocoRootReport coveralls
|
||||||
secrets: [COVERALLS_REPO_TOKEN]
|
environment:
|
||||||
|
COVERALLS_REPO_TOKEN:
|
||||||
|
from_secret: COVERALLS_REPO_TOKEN
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Code is licensed properly
|
# Code is licensed properly
|
||||||
# See https://reuse.software/
|
# See https://reuse.software/
|
||||||
pipeline:
|
steps:
|
||||||
reuse:
|
reuse:
|
||||||
image: fsfe/reuse:latest
|
image: fsfe/reuse:latest
|
||||||
commands:
|
commands:
|
||||||
- reuse lint
|
- reuse lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue