aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2023-12-28 02:55:13 +0100
committer zaaarf <me@zaaarf.foo>2023-12-28 02:55:13 +0100
commitcc19dba3c4f68344f88bc32f738b8468103fd384 (patch)
treeff9b5278cb0dc7377747e3d2d6c69b3a971016c2
parentf54700340ba871c488912a4b1cf56a15c196422a (diff)
ci: added github actions
-rw-r--r--.github/workflows/gradle.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
new file mode 100644
index 0000000..6c01ff3
--- /dev/null
+++ b/.github/workflows/gradle.yml
@@ -0,0 +1,27 @@
+name: Java CI with Gradle
+
+on:
+ push:
+ branches: [ "dev" ]
+ pull_request:
+ branches: [ "dev" ]
+
+permissions:
+ contents: read
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - name: Set up JDK 8
+ uses: actions/setup-java@v3
+ with:
+ java-version: '8'
+ distribution: 'temurin'
+ - name: Build with Gradle
+ uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
+ with:
+ arguments: build