diff --git a/.reuse/dep5 b/.reuse/dep5 index b8bb6be..9dee06a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -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 \ No newline at end of file diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml new file mode 100644 index 0000000..a59acd5 --- /dev/null +++ b/.woodpecker/.build.yml @@ -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] diff --git a/.woodpecker/.reuse.yml b/.woodpecker/.reuse.yml new file mode 100644 index 0000000..fb6a421 --- /dev/null +++ b/.woodpecker/.reuse.yml @@ -0,0 +1,5 @@ +pipeline: + reuse: + image: fsfe/reuse:latest + commands: + - reuse lint \ No newline at end of file