File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,11 @@ jobs:
3737
3838 - name : Configure CMake HiGHS
3939 working-directory : ${{runner.workspace}}\\build-highs-${{matrix.branch}}
40- shell : bash
4140 run : |
42- cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} \
43- -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-highs-${{matrix.branch}}
41+ cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\install-highs-${{matrix.branch}}
4442
4543 - name : Build, ctest and install HiGHS
4644 working-directory : ${{runner.workspace}}\\build-highs-${{matrix.branch}}
47- shell : bash
4845 run : |
4946 cmake --build . --parallel --config Release
5047 ctest -C Release
5451 working-directory : ${{runner.workspace}}\\build-find-highs-${{matrix.branch}}
5552 shell : bash
5653 run : |
57- cmake ${{runner.workspace}}/ highs-tests/ CMakeHighsFindPackage-master-${{matrix.branch}} \
54+ cmake ${{runner.workspace}}\\ highs-tests\\ CMakeHighsFindPackage-master-${{matrix.branch}} \
5855 -DHIGHS_DIR=${{runner.workspace}}/install-highs-${{matrix.branch}}/lib/cmake/highs \
5956 -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs-${{matrix.branch}}
6057 cmake --build . --parallel --config Release
You can’t perform that action at this time.
0 commit comments