Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
c7cc0fab by lovetox at 2022-05-24T22:55:37+02:00
ci: Update gitlab-ci.yml
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1,21 +1,23 @@
+image: nbxmpp-master:latest
+
stages:
- # - test
+ - test
- build
- deploy
-# 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
+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
build-linux:
image: nbxmpp-deb-build:latest
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/c7cc0fab13517bd85a0346b032c66d3815269115
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/c7cc0fab13517bd85a0346b032c66d3815269115
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