Philipp Hörist pushed to branch pyproject at gajim / python-nbxmpp
Commits:
cba3ea35 by Philipp Hörist at 2023-01-18T23:21:06+01:00
ci: Add debian nightly builds
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -35,7 +35,7 @@ build-linux:
paths:
- dist/nbxmpp-*.tar.gz
- dist/nbxmpp-*.whl
- - debian_build/python3-nbxmpp*.deb
+ - debian_build/*
deploy-pypi:
stage: deploy
@@ -46,3 +46,19 @@ deploy-pypi:
script:
- python3 .ci/deploy.py
- twine upload --username=__token__ --password=$PYPI_TOKEN dist/*
+
+deploy-debian:
+ stage: deploy
+ dependencies:
+ - build-linux
+ rules:
+ - if: '$NIGHTLY_BUILD'
+ script:
+ - pip install git+https://dev.gajim.org/gajim/release-helper.git
+ - >
+ release-helper deploy-to-ftp \
+ --host=$FTP_HOST \
+ --user=$FTP_USER \
+ --password=$FTP_PASS \
+ --directory=debian/"$(date +'%Y%m%d')" \
+ debian_build
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/cba3ea3512ad688076eb4185adf84bb6fbafeaac
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/cba3ea3512ad688076eb4185adf84bb6fbafeaac
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