Skip to content
GitLab
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
cba3ea35
Commit
cba3ea35
authored
Jan 18, 2023
by
Philipp Hörist
Browse files
ci: Add debian nightly builds
parent
0d0bb0fa
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cba3ea35
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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