forked from jasder/antlr
reinstate all builds
This commit is contained in:
parent
6a7c3ad256
commit
4830925ab0
|
@ -1,28 +0,0 @@
|
||||||
name: Java/MacOSX
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: [self-hosted, macOS, x64]
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Set up JDK 1.8
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: 1.8
|
|
||||||
- name: Set up Maven
|
|
||||||
uses: stCarolas/setup-maven@v4
|
|
||||||
with:
|
|
||||||
maven-version: 3.5.4
|
|
||||||
- name: Build tool with Maven
|
|
||||||
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
|
||||||
- name: Test with Maven
|
|
||||||
run: .github/scripts/run-tests-java.sh
|
|
||||||
env:
|
|
||||||
TARGET: swift
|
|
||||||
GROUP: ALL
|
|
|
@ -12,10 +12,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# GROUP: [LEXER, PARSER, RECURSION]
|
GROUP: [LEXER, PARSER, RECURSION]
|
||||||
# TARGET: [swift, cpp, dotnet]
|
TARGET: [swift, cpp, dotnet]
|
||||||
GROUP: [LEXER]
|
|
||||||
TARGET: [dotnet]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
|
|
Loading…
Reference in New Issue