Skip to content

Added Config#MAX_POLYNOMIAL_DEGREE_LAGUERRE_SOLVER option #547

Added Config#MAX_POLYNOMIAL_DEGREE_LAGUERRE_SOLVER option

Added Config#MAX_POLYNOMIAL_DEGREE_LAGUERRE_SOLVER option #547

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Maven build Pull-Request
on:
pull_request:
branches: [ master ]
jobs:
maven-build-pr:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: ./.github/actions/setup-java-for-deployment
- run: mvn -f symja_android_library -B -U -Pexact-target-jdk verify
- uses: actions/upload-artifact@v4
with:
name: Package
path: '**/target/*.jar'