We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d406b33 commit b09f8a3Copy full SHA for b09f8a3
1 file changed
.github/workflows/ci-linux.yml
@@ -69,8 +69,8 @@ jobs:
69
steps:
70
- run: pacman -Syu --noconfirm cmake ninja catch2 git eigen cereal libmatio doxygen graphviz nanobind python-scipy simde
71
- uses: actions/checkout@v6
72
- - run: cmake -G Ninja -B build -S . -DBUILD_PYTHON_INTERFACE=ON
73
- - run: cmake --build build
+ - run: cmake -G Ninja -B build -S . -DBUILD_PYTHON_INTERFACE=ON -DBUILD_TESTING=ON -DBUILD_EXAMPLES=ON -DBUILD_DOCUMENTATION=ON -DBUILD_BENCHMARKS=ON
+ - run: cmake --build build --verbose --parallel 2
74
- run: ctest --test-dir build --output-on-failure
75
76
check:
0 commit comments