File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,21 @@ jobs:
3737
3838 - name : Configure CMake HiGHS
3939 working-directory : ${{runner.workspace}}\\build-highs-${{matrix.branch}}
40+ shell : bash
4041 run : |
41- cmake ${{runner.workspace}}\\ highs-tests\\ HiGHS-${{matrix.branch}} \
42- -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\ install-highs-${{matrix.branch}}
42+ cmake ${{runner.workspace}}/ highs-tests/ HiGHS-${{matrix.branch}} \
43+ -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/ install-highs-${{matrix.branch}}
4344
4445 - name : Build, ctest and install HiGHS
45- working-directory : ${{runner.workspace}}/ build-highs-${{matrix.branch}}
46+ working-directory : ${{runner.workspace}}\\ build-highs-${{matrix.branch}}
4647 shell : bash
4748 run : |
4849 cmake --build . --parallel --config Release
4950 ctest -C Release
5051 cmake --install .
5152
5253 - name : Build CMakeFindHighsPackage
53- working-directory : ${{runner.workspace}}/ build-find-highs-${{matrix.branch}}
54+ working-directory : ${{runner.workspace}}\\ build-find-highs-${{matrix.branch}}
5455 shell : bash
5556 run : |
5657 cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage-master-${{matrix.branch}} \
@@ -60,13 +61,13 @@ jobs:
6061 cmake --install .
6162
6263 - name : Test build
63- working-directory : ${{runner.workspace}}/ build-find-highs-${{matrix.branch}}
64+ working-directory : ${{runner.workspace}}\\ build-find-highs-${{matrix.branch}}
6465 shell : bash
6566 run : |
6667 ./main.exe
6768
6869 - name : Test install
69- working-directory : ${{runner.workspace}}/ install-find-highs-${{matrix.branch}}
70+ working-directory : ${{runner.workspace}}\\ install-find-highs-${{matrix.branch}}
7071 shell : bash
7172 run : |
7273 ./bin/Release/main.exe
You can’t perform that action at this time.
0 commit comments