blob: 083d38e1d811cb875a6b7d22c54a817ba549202d [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]
# os: [ubuntu-latest, macos-latest, windows-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