Skip to content

add support for bilinear method and additional getter functions in c_horiz_interp #23

add support for bilinear method and additional getter functions in c_horiz_interp

add support for bilinear method and additional getter functions in c_horiz_interp #23

name: Build libFMS test with autotools
on: [push, pull_request]
# cancel running jobs if theres a newer push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0
env:
TEST_VERBOSE: 1
steps:
- name: checkout code
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: test
run: $PWD/.github/workflows/test.sh