Skip to content

Modified logarithmic interpolation scheme. #25

Modified logarithmic interpolation scheme.

Modified logarithmic interpolation scheme. #25

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: sudo apt-get update ; sudo apt-get install gnuplot libgsl-dev
- name: make
run: cd src ; make STATIC=0
- name: example limb
run: cd example/limb ; ./run.sh
- name: example nadir
run: cd example/nadir ; ./run.sh