mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Workflow test
This commit is contained in:
parent
f92321f250
commit
a86191b605
1 changed files with 18 additions and 0 deletions
18
.github/workflows/gradle.yml
vendored
Normal file
18
.github/workflows/gradle.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Java CI with Gradle
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '1.8'
|
||||
distribution: 'adopt'
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
Loading…
Add table
Reference in a new issue