Skip to content

Commit

Permalink
noX
Browse files Browse the repository at this point in the history
  • Loading branch information
scgbckbone committed Aug 27, 2022
1 parent 1743699 commit af12d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ task:
matrix:
- name: $DEVICE Wheel
install_script: poetry run pip install $(find dist -name "*.whl" -exec sh -c "echo {}[tapsigner]" \;)
test_script: cd test; ./run_tests.py $DEVICE --interface=cli --device-only; cd ..
test_script: cd test; poetry run ./run_tests.py $DEVICE --interface=cli --device-only; cd ..
- name: $DEVICE Sdist
install_script: poetry run pip install $(find dist -name "*.tar.gz" -a -not -name "*amd64*" -exec sh -c "echo {}[tapsigner]" \;)
test_script: cd test; ./run_tests.py $DEVICE --interface=cli --device-only; cd ..
test_script: cd test; poetry run ./run_tests.py $DEVICE --interface=cli --device-only; cd ..
- name: $DEVICE Bindist
install_script: poetry install -E tapsigner
untar_bindist_script: cd dist; tar -xvf hwi*linux*.tar.gz; cd ..
Expand Down

0 comments on commit af12d16

Please sign in to comment.