forked from NOAA-GFDL/FMS
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (32 loc) · 942 Bytes
/
github_coupler_gnu.yml
File metadata and controls
34 lines (32 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Test coupler build
on: [pull_request]
# cancel running jobs if theres a newer push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
coupler-build:
runs-on: ubuntu-latest
container:
image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
env:
CC: mpicc
FC: mpif90
CPPFLAGS: '-I/opt/view/include'
FFLAGS: '-fallow-argument-mismatch' # mkmf uses FFLAGS instead of FC
LDFLAGS: '-L/opt/view/lib'
steps:
- name: Checkout FMS
uses: actions/[email protected]
with:
path: FMS
- name: Checkout FMScoupler
uses: actions/[email protected]
with:
repository: 'NOAA-GFDL/FMScoupler'
path: FMScoupler
- name: Test Null build
run: FMScoupler/t/null_model_build.sh --local-fms