We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6f7db commit 2bcdde1Copy full SHA for 2bcdde1
1 file changed
.github/workflows/pypi.yml
@@ -30,8 +30,10 @@ jobs:
30
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
31
environments: ${{ matrix.environment }}
32
activate-environment: true
33
- - name: build
+ - name: configure
34
run: mkdir -p build && cd build && cmake .. -GNinja -DBUILD_PYTHON_BINDINGS=ON -DBUILD_TESTING=ON
35
+ - name: build
36
+ run: cd build && ninja
37
- name: test C++
38
run: cd build && ctest --output-on-failure
39
- name: Test with Python ${{ matrix.python-version }}
0 commit comments