Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
df2e35d2 by lovetox at 2022-05-24T00:38:10+02:00
ci: Update gitlab-ci.yml

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -1,24 +1,24 @@
-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



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/df2e35d2d184bf19a5aa61a3ed6c70bbf80d5acc

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/df2e35d2d184bf19a5aa61a3ed6c70bbf80d5acc
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

Reply via email to