Skip to content

Merge branch 'master' of https://github.com/finmath/finmath-lib.git #87

Merge branch 'master' of https://github.com/finmath/finmath-lib.git

Merge branch 'master' of https://github.com/finmath/finmath-lib.git #87

Workflow file for this run

name: finmath lib
on: [push]
jobs:
build:
name: Java 17 build and unit testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml