Skip to content

Commit c46ae48

Browse files
committed
Fix up CI names
1 parent b56490e commit c46ae48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ commands:
6262
compiler:
6363
type: string
6464
steps:
65+
- name: "Versions, etc."
6566
- run: mpirun --version && << parameters.compiler >> --version && echo $BASEDIR && pwd && ls && echo "$(nproc)"
6667

6768
checkout_fixture:
@@ -70,6 +71,7 @@ commands:
7071
repo:
7172
type: string
7273
steps:
74+
- name: "Checkout fixture"
7375
- run: |
7476
cd ${CIRCLE_WORKING_DIRECTORY}
7577
git clone https://github.com/GEOS-ESM/<< parameters.repo >>.git
@@ -80,6 +82,7 @@ commands:
8082
repo:
8183
type: string
8284
steps:
85+
- name: "Mepo clone external repos"
8386
- run: |
8487
cd ${CIRCLE_WORKING_DIRECTORY}/<< parameters.repo >>
8588
mepo clone
@@ -91,6 +94,7 @@ commands:
9194
repo:
9295
type: string
9396
steps:
97+
- name: "Mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared"
9498
- run: |
9599
cd ${CIRCLE_WORKING_DIRECTORY}/<< parameters.repo >>
96100
mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared
@@ -102,6 +106,7 @@ commands:
102106
repo:
103107
type: string
104108
steps:
109+
- name: "Mepo checkout-if-exists feature branch"
105110
- run: |
106111
cd ${CIRCLE_WORKING_DIRECTORY}/<< parameters.repo >>
107112
echo "${CIRCLE_BRANCH}"
@@ -119,6 +124,7 @@ commands:
119124
compiler:
120125
type: string
121126
steps:
127+
- name: "Run CMake"
122128
- run: |
123129
mkdir -p /logfiles
124130
cd ${CIRCLE_WORKING_DIRECTORY}/<< parameters.repo >>
@@ -132,6 +138,7 @@ commands:
132138
repo:
133139
type: string
134140
steps:
141+
- name: "Build and install"
135142
- run: |
136143
cd ${CIRCLE_WORKING_DIRECTORY}/workspace/build-<< parameters.repo >>
137144
make -j"$(nproc)" install |& tee /logfiles/make.log

0 commit comments

Comments
 (0)