Skip to content

Commit ceda2b8

Browse files
committed
Add GCM run to CI
1 parent 6930287 commit ceda2b8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ workflows:
3434
requires:
3535
- build-GEOSgcm-on-<< matrix.compiler >>
3636
repo: GEOSgcm
37+
# Run AMIP GCM (1 hour, no ExtData)
38+
- ci/run_gcm:
39+
name: run-GCM-on-<< matrix.compiler >>
40+
context:
41+
- docker-hub-creds
42+
matrix:
43+
parameters:
44+
compiler: [gfortran, ifort]
45+
requires:
46+
- build-GEOSgcm-on-<< matrix.compiler >>
47+
repo: GEOSgcm
48+
#baselibs_version: *baselibs_version
49+
#bcs_version: *bcs_version
3750
- ci/build:
3851
name: build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>
3952
context:

0 commit comments

Comments
 (0)