mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
CI: run the build_manifest.py tests
This commit is contained in:
parent
2e2864cde7
commit
0fd632e833
1 changed files with 15 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
test manifest:
|
||||
image: "fedora"
|
||||
stage: "test"
|
||||
before_script:
|
||||
- dnf install -y python3-pytest python3-pytest-cov python3-requests
|
||||
script:
|
||||
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
|
||||
coverage: '/TOTAL.*\s+(\d+%)$/'
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
- "junit.xml"
|
Loading…
Reference in a new issue