mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 03:44:54 -04:00
fix github workflow
This commit is contained in:
parent
ce0c46757b
commit
0c84d91987
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Java CI with Maven
|
name: Gradle CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -11,8 +11,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
gradle:
|
gradle:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
name: [ "" ]
|
||||||
|
os: [ "" ]
|
||||||
|
output: [ "" ]
|
||||||
|
include:
|
||||||
- name: Ubuntu latest
|
- name: Ubuntu latest
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
output: linux64
|
output: linux64
|
||||||
@ -23,6 +27,7 @@ jobs:
|
|||||||
os: macos-latest
|
os: macos-latest
|
||||||
output: macos-x64
|
output: macos-x64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: ${{ matrix.name }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user