We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6930287 + ceda2b8 commit 6da1b42Copy full SHA for 6da1b42
.circleci/config.yml
@@ -34,6 +34,19 @@ workflows:
34
requires:
35
- build-GEOSgcm-on-<< matrix.compiler >>
36
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
50
- ci/build:
51
name: build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>
52
context:
0 commit comments