mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 13:40:18 +00:00
Run CI also on MacOS
This commit is contained in:
19
.github/workflows/verify.yaml
vendored
19
.github/workflows/verify.yaml
vendored
@@ -20,23 +20,12 @@ name: Linux & Windows CI
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
verify:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
java: [ 8, 11, 14 ]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Set up JDK
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: ${{ matrix.java }}
|
|
||||||
- name: Build with Maven
|
|
||||||
run: ./mvnw clean verify -B -ntp
|
|
||||||
windows:
|
|
||||||
runs-on: windows-2019
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ ubuntu-18.04, macos-10.15, windows-2019 ]
|
||||||
java: [ 8, 11, 14 ]
|
java: [ 8, 11, 14 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
Reference in New Issue
Block a user