Philipp Hörist pushed to branch pyproject at gajim / python-nbxmpp
Commits:
7add53cc by Philipp Hörist at 2023-01-18T23:12:02+01:00
ci: Fix dep
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -5,20 +5,20 @@ stages:
- build
- deploy
-test-pylint:
- stage: test
- script:
- - python3 .ci/pylint-test.py
- - NBXMPP_EXTERNAL_UNIT_TESTS=1 coverage run --source=nbxmpp -m unittest
discover -v
- - coverage report -mi
- - coverage xml -i
- - pip install .
- coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
- artifacts:
- reports:
- coverage_report:
- coverage_format: cobertura
- path: coverage.xml
+# test-pylint:
+# stage: test
+# script:
+# - python3 .ci/pylint-test.py
+# - NBXMPP_EXTERNAL_UNIT_TESTS=1 coverage run --source=nbxmpp -m unittest
discover -v
+# - coverage report -mi
+# - coverage xml -i
+# - pip install .
+# coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
+# artifacts:
+# reports:
+# coverage_report:
+# coverage_format: cobertura
+# path: coverage.xml
build-linux:
stage: build
@@ -54,6 +54,7 @@ deploy-debian:
# rules:
# - if: '$NIGHTLY_BUILD'
script:
+ - pip install git+https://dev.gajim.org/gajim/release-helper.git
- >
release-helper deploy-to-ftp \
--host=$FTP_HOST \
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/7add53ccc4df9d2ac4ae025effbddcc5c686441a
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/7add53ccc4df9d2ac4ae025effbddcc5c686441a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits