Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
df2e35d2
Commit
df2e35d2
authored
May 24, 2022
by
Philipp Hörist
Browse files
ci: Update gitlab-ci.yml
parent
fd25cc18
Pipeline
#9979
passed with stage
in 33 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
df2e35d2
image
:
ci-nbxmpp:master
stages
:
-
test
#
- test
-
build
-
deploy
test-pylint
:
stage
:
test
script
:
-
python3 .ci/pylint-test.py
-
coverage run --source=nbxmpp -m unittest discover -v
-
coverage report -mi
-
coverage xml -i
-
pip install .
coverage
:
"
/TOTAL.+
([0-9]{1,3}%)/"
artifacts
:
reports
:
cobertura
:
coverage.xml
# test-pylint:
# image: ci-gajim:master
# stage: test
# script:
# - python3 .ci/pylint-test.py
# - coverage run --source=nbxmpp -m unittest discover -v
# - coverage report -mi
# - coverage xml -i
# - pip install .
# coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
# artifacts:
# reports:
# cobertura: coverage.xml
build-linux
:
image
:
nbxmpp-deb-build:latest
stage
:
build
script
:
-
python3 setup.py sdist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment