Skip to content

Commit

Permalink
update cirrus for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 9, 2023
1 parent 701a25e commit 13e89da
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
container:
image: python:slim

build_package:
task:
pip_cache:
folder: ~/.cache/pip
fingerprint_script: echo $PYTHON_VERSION
populate_script: python -m pip install .
test_script: pytest
environment:
CC: clang
CXX: clang++
install_dependencies_script: |
bash tools/cibw_linux.sh
build_script: |
python -m pip install .
test_script: |
python -m pytest tests/

0 comments on commit 13e89da

Please sign in to comment.