File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments