Skip to content

Commit fa2c434

Browse files
committed
show content of SuiteSparse install directory
Signed-off-by: Nicolas Rol <[email protected]>
1 parent 9bd2aea commit fa2c434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/dev-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Run build steps in Docker container
8787
run: |
8888
docker run --name build_container -v $GITHUB_WORKSPACE:/workspace centos7withcmake:latest /bin/bash -c "
89-
source /opt/rh/devtoolset-9/enable &&
89+
source /opt/rh/devtoolset-9/enable &&
9090
cmake -S /workspace/metrix-simulator/external -B /workspace/metrix-simulator/build/external &&
9191
cmake --build /workspace/metrix-simulator/build/external --parallel 2 &&
9292
cmake -S /workspace/metrix-simulator -Wno-dev -DCMAKE_BUILD_TYPE=Release -DBoost_ROOT=/usr/local/src/__w/Boost/Boost/boost_1_73_0/installBoost -DBoost_INCLUDE_DIR=/usr/local/src/__w/Boost/Boost/boost_1_73_0/installBoost -DCMAKE_INSTALL_PREFIX=/workspace/metrix-simulator/build/install -B /workspace/metrix-simulator/build &&
@@ -215,6 +215,9 @@ jobs:
215215
run: >
216216
cmake --build %GITHUB_WORKSPACE%\metrix-simulator\build\external --parallel 2 --config Release
217217
218+
- name: List SuiteSparse directory content
219+
run: dir /s %GITHUB_WORKSPACE%\metrix-simulator\build\external\suitesparse
220+
218221
- name: Configure CMake
219222
run: >
220223
cmake -Wno-dev -S %GITHUB_WORKSPACE%\metrix-simulator -B %GITHUB_WORKSPACE%\metrix-simulator\build

0 commit comments

Comments
 (0)