File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 8181
8282 - name : Test executable
8383 working-directory : ${{runner.workspace}}/build
84- run : ./bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
84+ run : |
85+ ./bin/highs --solver=hipo
86+ ${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
8587
8688 - name : Ctest
8789 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ jobs:
106106
107107 - name : Test executable
108108 working-directory : ${{runner.workspace}}/build
109- run : ./bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
109+ run : |
110+ ./bin/highs --solver=hipo \
111+ $${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
110112
111113 - name : Ctest
112114 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change 4242
4343 - name : Configure cmake
4444 shell : bash
45- working-directory : ${{runner.workspace}}/highs-tests/highs
4645 run : |
47- cmake $GITHUB_WORKSPACE \
46+ cmake \
47+ -S ${{runner.workspace}}/highs-tests/HiGHS \
48+ -B ${{runner.workspace}}/build \
4849 -DHIPO=ON \
4950 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
5051
5960 - name : Test executable
6061 shell : bash
6162 working-directory : ${{runner.workspace}}/build
62- run : ./Release/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
63+ run : |
64+ ./Release/bin/highs --solver=hipo \
65+ $${{runner.workspace}}/highs-tests/HiGHS/check/instances/afiro.mps
6366
6467 - name : Ctest
6568 shell : bash
You can’t perform that action at this time.
0 commit comments