Skip to content

Commit

Permalink
begin compile env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Apr 22, 2022
1 parent 523329d commit 976d841
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Build"
on: "Push"
jobs:
Build-Server-Jar:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: '8'
- run: gradlew

0 comments on commit 976d841

Please sign in to comment.