Delete build.yml

This commit is contained in:
seasnail 2021-06-15 14:41:12 +01:00 committed by GitHub
parent 8f6a7a066f
commit af237b68e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,34 +0,0 @@
name: build
'on':
- pull_request
- push
jobs:
build:
strategy:
matrix:
java:
- 16
os:
- ubuntu-20.04
- windows-latest
runs-on: '${{ matrix.os }}'
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: 'setup jdk ${{ matrix.java }}'
uses: actions/setup-java@v1
with:
java-version: '${{ matrix.java }}'
- name: make gradle wrapper executable
if: '${{ runner.os != ''Windows'' }}'
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts
if: '${{ runner.os == ''Linux'' && matrix.java == ''16'' }}'
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: build/libs/