Skip to content

Commit

Permalink
Fix nolibs build in CI pipeline
Browse files Browse the repository at this point in the history
- Enabling pipelines for SIS2 required making the MOM6_SRC macro mandatory.
  It was set in .gitlab-ci.yml for all targets except nolibs build.
  • Loading branch information
adcroft committed Mar 13, 2022
1 parent ab50f0e commit 3042942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ gnu:ocean-only-nolibs:
tags:
- ncrc4
script:
- make -f tools/MRS/Makefile pipeline-build-gnu-oceanonly-nolibs
- make -f tools/MRS/Makefile MOM6_SRC=../.. pipeline-build-gnu-oceanonly-nolibs

gnu:ice-ocean-nolibs:
stage: builds
tags:
- ncrc4
script:
- make -f tools/MRS/Makefile pipeline-build-gnu-iceocean-nolibs
- make -f tools/MRS/Makefile MOM6_SRC=../.. pipeline-build-gnu-iceocean-nolibs

intel:repro:
stage: builds
Expand Down

0 comments on commit 3042942

Please sign in to comment.