File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 86
86
- name : Run build steps in Docker container
87
87
run : |
88
88
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 &&
90
90
cmake -S /workspace/metrix-simulator/external -B /workspace/metrix-simulator/build/external &&
91
91
cmake --build /workspace/metrix-simulator/build/external --parallel 2 &&
92
92
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:
215
215
run : >
216
216
cmake --build %GITHUB_WORKSPACE%\metrix-simulator\build\external --parallel 2 --config Release
217
217
218
+ - name : List SuiteSparse directory content
219
+ run : dir /s %GITHUB_WORKSPACE%\metrix-simulator\build\external\suitesparse
220
+
218
221
- name : Configure CMake
219
222
run : >
220
223
cmake -Wno-dev -S %GITHUB_WORKSPACE%\metrix-simulator -B %GITHUB_WORKSPACE%\metrix-simulator\build
You can’t perform that action at this time.
0 commit comments