Skip to content
Snippets Groups Projects
Commit 35e385d1 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add an extra architecture for ARM

parent 5e95bd4a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,12 @@ jobs:
- stage: test
python: "3.8"
arch: "arm64"
before_script:
- pip install -r requirements.txt
- pip install pytest coverage pytest-cov
after_script:
- coverage xml
- coverage report
script:
- DEBUG=1 python setup.py install
- pytest --cov=./ --cov-report=xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment