aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2023-12-28 02:55:30 +0100
committer zaaarf <me@zaaarf.foo>2023-12-28 02:55:30 +0100
commit1ce17fecdf7c945e9e9cbda4161d02238006abdb (patch)
treea160e36cabe8add776a12336e9cde8a385f505a8
parent6d5597e87141614528a462994bcfb83e21367203 (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