Skip to content

Commit

Permalink
Add GitHub build action
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxroot committed Jun 7, 2024
1 parent ed5834a commit b86ae7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: [ push ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
- run: ./gradlew build

0 comments on commit b86ae7e

Please sign in to comment.