blob: ff0e2e4c3013bef6d4f35a99b9ea61f75e2561b5 [file] [log] [blame]
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
name: Apache Jena CI
on:
push:
branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Build with Maven
run: mvn -B verify --file pom.xml