add Github action

This commit is contained in:
OtterDev 2023-07-31 10:29:41 -06:00 committed by GitHub
parent 4d83e4302c
commit d34575bb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,15 @@
name: Build with Gradle
on:
push:
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew teavm