File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-24.04
2929 steps :
3030 - uses : actions/checkout@v4
31+ with :
32+ sparse-checkout : shared/host-numerics
3133
3234 - uses : actions/setup-python@v5
3335 with :
4446 -DHOST_NUMERICS_BUILD_TESTING=ON \
4547 -DHOST_NUMERICS_BUILD_PYTHON=ON \
4648 -DCMAKE_BUILD_TYPE=Release
47- cmake --build "${RUNNER_TEMP}/host-numerics-build" --parallel 2
49+ cmake --build "${RUNNER_TEMP}/host-numerics-build" --parallel "$(nproc)"
4850 ctest --test-dir "${RUNNER_TEMP}/host-numerics-build" --output-on-failure
4951
5052 - name : Test installed package
5557 -B "${RUNNER_TEMP}/host-numerics-package-test" \
5658 -G Ninja \
5759 -DCMAKE_PREFIX_PATH="${RUNNER_TEMP}/host-numerics-install"
58- cmake --build "${RUNNER_TEMP}/host-numerics-package-test" --parallel 2
60+ cmake --build "${RUNNER_TEMP}/host-numerics-package-test" --parallel "$(nproc)"
5961 ctest --test-dir "${RUNNER_TEMP}/host-numerics-package-test" --output-on-failure
6062 PYTHONPATH="$(find "${RUNNER_TEMP}/host-numerics-install" \
6163 -type d -path '*/site-packages' -print -quit)" \
You can’t perform that action at this time.
0 commit comments