Skip to content

feat: Add Odd Horizontal Elevator Doors #19

feat: Add Odd Horizontal Elevator Doors

feat: Add Odd Horizontal Elevator Doors #19

Workflow file for this run

# Automatically build the project and run any configured tests for every push
# and submitted pull request. This can help catch issues that only occur on
# certain platforms or Java versions, and provides a first line of defence
# against bad commits.
# 来自于Zbx1425
name: Build
on: [ pull_request, push ]
jobs:
build:
strategy:
matrix:
minecraft: [ 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4 ]
loader: [ fabric, forge ]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Setup ${{ matrix.minecraft }} ${{ matrix.loader }}
run: ./gradlew setupLibrary -PbuildVersion="${{ matrix.minecraft }}"
- name: Build ${{ matrix.minecraft }} ${{ matrix.loader }}
run: ./gradlew ${{ matrix.loader }}:build -PbuildVersion="${{ matrix.minecraft }}"
- name: Capture release artifacts
uses: actions/upload-artifact@v3
with:
name: Fabric&Forge Artifacts
path: build/release/