remove libolm from pipeline
This commit is contained in:
parent
632061f630
commit
235e3a18e4
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ install:
|
||||||
extends: .pip template
|
extends: .pip template
|
||||||
stage: install
|
stage: install
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache gcc g++ yaml-dev python3-dev olm-dev git
|
- apk add --no-cache gcc g++ yaml-dev python3-dev git
|
||||||
- python3 -m venv "${VIRTUAL_ENV}"
|
- python3 -m venv "${VIRTUAL_ENV}"
|
||||||
- pip install .[all]
|
- pip install .[test]
|
||||||
- pip install -U build twine
|
- pip install -U build twine
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
@ -59,7 +59,7 @@ tests:
|
||||||
extends: .pip template
|
extends: .pip template
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache libstdc++ olm
|
- apk add --no-cache libstdc++
|
||||||
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
|
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
|
||||||
- coverage report --precision 2
|
- coverage report --precision 2
|
||||||
- coverage xml -o coverage.xml
|
- coverage xml -o coverage.xml
|
||||||
|
|
Loading…
Reference in a new issue