mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-04-12 14:40:42 +08:00
Test out using actions to build
This commit is contained in:
parent
64c2be7007
commit
22406ebd25
15
.github/workflows/gradle.yml
vendored
Normal file
15
.github/workflows/gradle.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Gradle Build
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
Loading…
x
Reference in New Issue
Block a user