mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Add .woodpecker/ for codeberg-ci
This commit is contained in:
parent
3801a644ef
commit
5fb1146dfb
3 changed files with 17 additions and 0 deletions
|
@ -13,3 +13,8 @@ Source: https://pgpainless.org
|
|||
Files: gradle*
|
||||
Copyright: 2015 the original author or authors.
|
||||
License: Apache-2.0
|
||||
|
||||
# Woodpecker build files
|
||||
Files: .woodpecker/*
|
||||
Copyright: 2022 the original author or authors.
|
||||
License: Apache-2.0
|
7
.woodpecker/.build.yml
Normal file
7
.woodpecker/.build.yml
Normal 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
5
.woodpecker/.reuse.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
reuse:
|
||||
image: fsfe/reuse:latest
|
||||
commands:
|
||||
- reuse lint
|
Loading…
Reference in a new issue