File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11name : hipo-win-vcpkg
22
3- on : [push, pull_request]
3+ # on: [push, pull_request]
4+ on : []
45
56jobs :
67 release :
Original file line number Diff line number Diff line change @@ -29,27 +29,33 @@ jobs:
2929
3030 - name : Create installs dir
3131 working-directory : ${{runner.workspace}}
32+ shell : bash
3233 run : |
3334 mkdir installs
3435 ls
3536
3637 - name : Install GKLIB
38+ working-directory : ${{runner.workspace}}
39+ shell : bash
3740 run : |
3841 cd GKlib
3942 cmake -S. -B build -DCMAKE_INSTALL_PREFIX==${{runner.workspace}}/installs
4043 cmake --build build --config Release
41- cmake --install build
44+ cmake --install build
4245
4346 - name : Check GKlib
4447 working-directory : ${{runner.workspace}}
4548 run : |
4649 cd installs
4750 ls
48- ls lib
51+ ls Release/ lib
4952
5053 - name : Install METIS
5154 run : |
5255 cd METIS
56+ cmake -S. -B build -DCMAKE_INSTALL_PREFIX==${{runner.workspace}}/installs
57+ cmake --build build --config Release
58+ cmake --install build
5359 make config prefix=${{runner.workspace}}/installs
5460 make
5561 make install
You can’t perform that action at this time.
0 commit comments