OSDN Git Service

chore: enable ci.codeberg.org check
authorHiroshi Miura <miurahr@linux.com>
Sun, 8 Oct 2023 23:45:38 +0000 (08:45 +0900)
committerHiroshi Miura <miurahr@linux.com>
Sun, 8 Oct 2023 23:45:38 +0000 (08:45 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
.woodpecker.yml [new file with mode: 0644]

diff --git a/.woodpecker.yml b/.woodpecker.yml
new file mode 100644 (file)
index 0000000..04c4115
--- /dev/null
@@ -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