Skip to content

Commit 1331d08

Browse files
committed
Fix up CI
1 parent 3a1a7e7 commit 1331d08

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,26 @@ workflows:
3434
compiler: [gfortran, ifort]
3535
context:
3636
- docker-hub-creds
37+
- make-FV3-exp:
38+
name: make-FV3-exp-on-<< matrix.compiler >>
39+
matrix:
40+
parameters:
41+
compiler: [gfortran, ifort]
42+
context:
43+
- docker-hub-creds
44+
requires:
45+
- build-GEOSgcm-on-<< matrix.compiler >>
46+
- run-FV3:
47+
name: run-FV3-on-<< matrix.compiler >>
48+
matrix:
49+
parameters:
50+
compiler: [gfortran, ifort]
51+
context:
52+
- docker-hub-creds
53+
requires:
54+
- make-FV3-exp-on-<< matrix.compiler >>
55+
56+
3757

3858
commands:
3959
versions:

0 commit comments

Comments
 (0)