File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4444 ls
4545
4646 - name : Install GKlib Release
47- working-directory : GKlib
4847 if : ${{ matrix.config == 'Release' }}
4948 run : |
5049 cd GKlib
5352 make install
5453
5554 - name : Install GKlib Debug
56- working-directory : GKlib
5755 if : ${{ matrix.config == 'Debug' }}
5856 run : |
5957 cd GKlib
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ jobs:
7676 -DCMAKE_BUILD_TYPE=${{ matrix.config }} \
7777 -DALL_TESTS=${{ matrix.all_tests}}
7878
79- - name : Build
79+ - name : Build
8080 working-directory : ${{runner.workspace}}/build
8181 run : |
8282 cmake --build . --parallel
8383
84- - name : Test executable
84+ - name : Test executable
8585 working-directory : ${{runner.workspace}}/build
8686 run : |
8787 ./bin/highs --solver=hipo \
Original file line number Diff line number Diff line change 4545 ls
4646
4747 - name : Install GKlib Release
48- working-directory : GKlib
4948 if : ${{ matrix.config == 'Release' }}
5049 run : |
5150 cd GKlib
5453 make install
5554
5655 - name : Install GKlib Debug
57- working-directory : GKlib
5856 if : ${{ matrix.config == 'Debug' }}
5957 run : |
6058 cd GKlib
Original file line number Diff line number Diff line change 7979 shell : pwsh
8080 working-directory : ${{runner.workspace}}/build
8181 run : |
82- ctest --parallel --timeout 300 --output-on-failure -C ${{ runner.workspace }}
82+ ctest --parallel --timeout 300 --output-on-failure -C ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments