Skip to content

[Mathematica/Functional/Interpolation] added Lagrange, Newton #13

[Mathematica/Functional/Interpolation] added Lagrange, Newton

[Mathematica/Functional/Interpolation] added Lagrange, Newton #13

Workflow file for this run

name: Trunk
on:
push:
branches: ["trunk"]
pull_request:
branches: ["trunk"]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
working-directory: ${{github.workspace}}
run: bash ${{github.workspace}}/ci/project/build.sh
- name: Test
working-directory: ${{github.workspace}}
run: bash ${{github.workspace}}/ci/project/test.sh