Skip to content

Commit 2bcdde1

Browse files
committed
fix: configure and build CMake tests
1 parent 0f6f7db commit 2bcdde1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
3131
environments: ${{ matrix.environment }}
3232
activate-environment: true
33-
- name: build
33+
- name: configure
3434
run: mkdir -p build && cd build && cmake .. -GNinja -DBUILD_PYTHON_BINDINGS=ON -DBUILD_TESTING=ON
35+
- name: build
36+
run: cd build && ninja
3537
- name: test C++
3638
run: cd build && ctest --output-on-failure
3739
- name: Test with Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)