add action
Some checks failed
Linux arm64 / Build (push) Failing after 2m5s

This commit is contained in:
2024-12-11 14:52:08 +01:00
parent 64a7fad84d
commit d0ffc36c40

20
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Linux arm64
run-name: Build And Test
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
- name: Test
run: ./gradlew test