Skip to content

Commit 74b589e

Browse files
committed
Update
1 parent cd2dedb commit 74b589e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/hipo.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,24 @@ jobs:
5555
repository: galabovaa/METIS
5656
ref: 510-w
5757
path: METIS
58-
- run: |
58+
- shell: bash
59+
run: |
5960
mkdir installs
6061
INSTALLS_PREFIX=$(cygpath "${{ runner.workspace }}")/installs
6162
cd METIS
6263
cmake -S. -B build -DGKLIB_PATH=GKlib -DCMAKE_INSTALL_PREFIX=$INSTALLS_PREFIX
6364
cmake --build build --parallel --config ${{ matrix.build_type }}
6465
cmake --install build --config ${{ matrix.build_type }}
65-
- run: |
66-
INSTALLS_PREFIX=$(cygpath "${{ runner.workspace }}")/installs
66+
cd ..
6767
vcpkg install openblas[threads]
6868
cmake -E make_directory build
6969
cd build
70-
cmake `
71-
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} `
72-
-DALL_TESTS=${{ matrix.all_tests }} `
73-
-DHIPO=ON `
74-
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
75-
-DMETIS_ROOT=$INSTALLS_PREFIX `
70+
cmake \
71+
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
72+
-DALL_TESTS=${{ matrix.all_tests }} \
73+
-DHIPO=ON \
74+
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake \
75+
-DMETIS_ROOT=$INSTALLS_PREFIX \
7676
..
7777
cmake --build . --parallel --config ${{ matrix.build_type }}
7878
ctest -C ${{ matrix.build_type }} --timeout 300 --output-on-failure --no-tests=error

0 commit comments

Comments
 (0)