File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: cmake-find-build-macos
33on : [push, pull_request]
44
55jobs :
6- ubuntu :
6+ macos :
77 runs-on : ${{ matrix.os }}
88 strategy :
99 fail-fast : false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: cmake-find-build-windows
33on : [push, pull_request]
44
55jobs :
6- ubuntu :
6+ windows :
77 runs-on : ${{ matrix.os }}
88 strategy :
99 fail-fast : false
4242 - name : Build, ctest and install HiGHS
4343 working-directory : ${{runner.workspace}}\\build-highs-${{matrix.branch}}-b
4444 run : |
45- cmake --build . --parallel
46- ctest
45+ cmake --build . --parallel --config Release
46+ ctest -C Release
4747
4848 - name : Configure CMakeFindHighsPackage
4949 working-directory : ${{runner.workspace}}\\build-find-build-${{matrix.branch}}
You can’t perform that action at this time.
0 commit comments