Skip to content

Merge pull request #457 from rayokota/dependabot/maven/logback.versio… #628

Merge pull request #457 from rayokota/dependabot/maven/logback.versio…

Merge pull request #457 from rayokota/dependabot/maven/logback.versio… #628

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# For jblas, see https://github.com/mikiobraun/jblas/wiki/Missing-Libraries
# May not be needed as jblas 1.2.5 bundles libgfortran4
# See https://github.com/jblas-project/jblas/issues/87
- name: Install jblas
run: sudo apt-get install -y libgfortran5
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml