From 20473206fcc4d4ee65ed5a837883ef8ca745caf1 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 9 Oct 2023 08:45:38 +0900 Subject: [PATCH] chore: enable ci.codeberg.org check Signed-off-by: Hiroshi Miura --- .woodpecker.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..04c4115 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,17 @@ +when: + branch: [master] + +clone: + git: + image: woodpeckerci/plugin-git + settings: + partial: false + depth: 1 + lfs: false + tags: true + +steps: + build: + image: adoptopenjdk/openjdk11:alpine + commands: + - ./gradlew --no-daemon clean check -- 2.11.0