forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mom-ocean#1292 from adcroft/nuopc-api-test
Nuopc api test
- Loading branch information
Showing
4 changed files
with
77 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: API for coupled drivers | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
test-top-api: | ||
|
||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: .testing | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
|
||
- uses: ./.github/actions/testing-setup | ||
with: | ||
build_symmetric: 'false' | ||
install_python: 'false' | ||
|
||
- name: Compile MOM6 for the GFDL coupled driver | ||
shell: bash | ||
run: make check_mom6_api_coupled -j | ||
|
||
- name: Compile MOM6 for the NUOPC driver | ||
shell: bash | ||
run: make check_mom6_api_nuopc -j | ||
|
||
- name: Compile MOM6 for the MCT driver | ||
shell: bash | ||
run: make check_mom6_api_mct -j |
This file contains 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
This file contains 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