action #1

Merged
Persson-dev merged 6 commits from action into master 2024-12-11 14:15:55 +00:00
Showing only changes of commit d0ffc36c40 - Show all commits

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