We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ae6e1 commit b75fa2eCopy full SHA for b75fa2e
.github/workflows/hipo.yml
@@ -62,8 +62,9 @@ jobs:
62
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
63
..
64
cmake --build . --parallel --config ${{ matrix.build_type }}
65
- "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" -o -g -G -lines `
66
- ./${{ matrix.build_type }}/bin/highs `
67
- --options_file ../check/hipo_test_option_files/hipo_options_0 `
68
- ../check/instances/flugpl.mps
+ - shell: cmd
+ run: |
+ cdb.exe -o -g -G -lines build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
+ - run: |
69
+ cd build
70
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
0 commit comments