File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3131 run : |
3232 cmake ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent-main-${{matrix.branch}} \
3333 -DBRANCH=${{matrix.branch}} \
34- -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-fetch-highs- ${{matrix.branch}}
34+ -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-fetch-${{matrix.branch}}
3535 cmake --build . --parallel
3636
3737 - name : Test
4141 ./main
4242
4343 - name : Test install
44- # trigger test
44+ working-directory : ${{runner.workspace}}/install-fetch-${{matrix.branch}}
45+ shell : bash
46+ run : |
47+ ./bin/main
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: cmake-find-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-windows
33on : [push, pull_request]
44
55jobs :
6- ubuntu :
6+ windows :
77 runs-on : ${{ matrix.os }}
88 strategy :
99 fail-fast : false
2929 path : CMakeHighsFindPackage-master-${{matrix.branch}}
3030
3131 - name : Create build and install dirs
32+ shell : bash
3233 run : |
3334 cmake -E make_directory ${{runner.workspace}}/build-highs-${{matrix.branch}}
3435 cmake -E make_directory ${{runner.workspace}}/install-highs-${{matrix.branch}}
You can’t perform that action at this time.
0 commit comments