blob: 175fffe28509b21bf3f2210d4762b0ecca0c327c [file] [log] [blame]
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
name: Apache Jena CI
# Manual
on: workflow_dispatch
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-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 -Pdev --file pom.xml