Skip to content

Commit

Permalink
Check model and dependency directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 30, 2024
1 parent 2ae0b48 commit e4bf447
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
git clone -b $OASIS_TAG https://icg4geo.icg.kfa-juelich.de/ExternalReposPublic/oasis3-mct.git
echo "OASIS3-MCT version: $(cd oasis3-mct && git describe --tags --always)"
realpath oasis3-mct
- name: Restore cached eCLM ${{ env.eCLM_TAG }}
uses: actions/cache@v4
Expand All @@ -75,6 +76,7 @@ jobs:
run: |
git clone -b $eCLM_TAG https://github.com/HPSCTerrSys/eCLM.git
echo "eCLM version: $(cd eCLM && git describe --tags --always)"
realpath eCLM
- name: Restore cached ParFlow ${{ env.PARFLOW_TAG }}
uses: actions/cache@v4
Expand All @@ -91,6 +93,7 @@ jobs:
run: |
git clone -b $PARFLOW_TAG https://github.com/parflow/parflow.git
echo "ParFlow version: $(cd parflow && git describe --tags --always)"
realpath parflow
- name: Restore cached Hypre ${{ env.HYPRE_TAG }}
uses: actions/cache@v4
Expand All @@ -110,6 +113,11 @@ jobs:
./configure --prefix=$(realpath $CMAKE_PREFIX_PATH)
make -j${CMAKE_BUILD_PARALLEL_LEVEL} install
- name: Check for component model and dependency directories
run: |
tree ${CMAKE_PREFIX_PATH}
tree ${MODEL_DIR}
- name: Configure TSMP2
run: >-
cmake -S . -B ${BUILD_DIR}
Expand Down

0 comments on commit e4bf447

Please sign in to comment.