2525 vcpkg-${{ runner.os }}-
2626
2727 - name : Install GKlib
28- run : vcpkg install metis
28+ run : vcpkg install gklib
29+
30+ - name : ls
31+ run : ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
2932
3033 - name : Install METIS
3134 run : vcpkg install metis
4447 - name : Configure cmake
4548 shell : bash
4649 working-directory : ${{runner.workspace}}/build
47- # Here is _DIR because with vcpkg CMake find_package works.
4850 run : |
4951 cmake $GITHUB_WORKSPACE \
5052 -DHIPO=ON \
@@ -67,54 +69,54 @@ jobs:
6769 run : |
6870 ctest --parallel --timeout 300 --output-on-failure -C Release
6971
70- debug :
71- runs-on : ${{ matrix.os }}
72- strategy :
73- fail-fast : false
74- matrix :
75- os : [windows-latest]
76-
77- steps :
78- - uses : actions/checkout@v4
79-
80- - name : Install METIS
81- run : vcpkg install metis
82-
83- # run: ls C:/vcpkg/packages/metis_x64-windows/
84- # run: ls C:/vcpkg/packages/metis_x64-windows/lib
85- # run: ls C:/vcpkg/packages/metis_x64-windows/share
86- # run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
87-
88- - name : Install OpenBLAS
89- run : vcpkg install openblas
90-
91- - name : Create build dir
92- run : cmake -E make_directory ${{runner.workspace}}/build
93-
94- - name : Configure cmake
95- shell : bash
96- working-directory : ${{runner.workspace}}/build
97- # Here is _DIR because with vcpkg CMake find_package works.
98- run : |
99- cmake $GITHUB_WORKSPACE \
100- -DHIPO=ON \
101- -Dmetis_DIR=C:/vcpkg/packages/metis_x64-windows/share/metis \
102- -DGKlib_DIR=C:/vcpkg/packages/gklib_x64-windows/share/gklib \
103- -DOpenBLAS_DIR=C:/vcpkg/packages/openblas_x64-windows/share/openblas
104-
105- - name : Build
106- shell : bash
107- working-directory : ${{runner.workspace}}/build
108- run : |
109- cmake --build . --parallel --config Debug
110-
111- - name : Test executable
112- shell : bash
113- working-directory : ${{runner.workspace}}/build
114- run : ./Debug/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
115-
116- - name : Ctest
117- shell : bash
118- working-directory : ${{runner.workspace}}/build
119- run : |
120- ctest --parallel --timeout 300 --output-on-failure -C Debug
72+ # debug:
73+ # runs-on: ${{ matrix.os }}
74+ # strategy:
75+ # fail-fast: false
76+ # matrix:
77+ # os: [windows-latest]
78+
79+ # steps:
80+ # - uses: actions/checkout@v4
81+
82+ # - name: Install METIS
83+ # run: vcpkg install metis
84+
85+ # # run: ls C:/vcpkg/packages/metis_x64-windows/
86+ # # run: ls C:/vcpkg/packages/metis_x64-windows/lib
87+ # # run: ls C:/vcpkg/packages/metis_x64-windows/share
88+ # # run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
89+
90+ # - name: Install OpenBLAS
91+ # run: vcpkg install openblas
92+
93+ # - name: Create build dir
94+ # run: cmake -E make_directory ${{runner.workspace}}/build
95+
96+ # - name: Configure cmake
97+ # shell: bash
98+ # working-directory: ${{runner.workspace}}/build
99+ # # Here is _DIR because with vcpkg CMake find_package works.
100+ # run: |
101+ # cmake $GITHUB_WORKSPACE \
102+ # -DHIPO=ON \
103+ # -Dmetis_DIR=C:/vcpkg/packages/metis_x64-windows/share/metis \
104+ # -DGKlib_DIR=C:/vcpkg/packages/gklib_x64-windows/share/gklib \
105+ # -DOpenBLAS_DIR=C:/vcpkg/packages/openblas_x64-windows/share/openblas
106+
107+ # - name: Build
108+ # shell: bash
109+ # working-directory: ${{runner.workspace}}/build
110+ # run: |
111+ # cmake --build . --parallel --config Debug
112+
113+ # - name: Test executable
114+ # shell: bash
115+ # working-directory: ${{runner.workspace}}/build
116+ # run: ./Debug/bin/highs --solver=hipo $GITHUB_WORKSPACE/check/instances/afiro.mps
117+
118+ # - name: Ctest
119+ # shell: bash
120+ # working-directory: ${{runner.workspace}}/build
121+ # run: |
122+ # ctest --parallel --timeout 300 --output-on-failure -C Debug
0 commit comments