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 ee70c7d commit e6d0974Copy full SHA for e6d0974
.github/workflows/hipo.yml
@@ -60,8 +60,9 @@ jobs:
60
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} `
61
-DALL_TESTS=${{ matrix.all_tests }} `
62
-DHIPO=ON `
63
- -DALL_TESTS=${{ matrix.all_tests }} `
64
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
65
..
66
cmake --build . --parallel --config ${{ matrix.build_type }}
67
- ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
+ ./${{ matrix.build_type }}/bin/highs --solver=hipo ../check/instances/afiro.mps
+ ./${{ matrix.build_type }}/bin/unit_tests -d yes -a
68
+ ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
0 commit comments