add support for bilinear method and additional getter functions in c_horiz_interp #23
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |