Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Add PR Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption authored Jul 8, 2021
1 parent d16a406 commit ad7ca54
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Dev-Builds
on: [pull_request]
jobs:
test:
runs-on: ubuntu-20.04
container:
image: openjdk:8-jdk
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- uses: gradle/[email protected]
- run: chmod +x ./gradlew
- run: ./gradlew setup --parallel
- run: cd projects && ../gradlew Magma:test
build:
runs-on: ubuntu-20.04
container:
image: openjdk:8-jdk
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- uses: gradle/[email protected]
- run: chmod +x ./gradlew
- run: ./gradlew outputJar --parallel
env:
STABLE_BUILD: 0
- uses: actions/[email protected]
with:
name: Builds
path: build/distributions/*server.*

0 comments on commit ad7ca54

Please sign in to comment.