Skip to content
Snippets Groups Projects
Commit 847e6043 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Install newest python3-nbxmpp-nightly

parent cbc02ae2
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,8 @@ build-linux: ...@@ -73,6 +73,8 @@ build-linux:
- if: '$GAJIM_NIGHTLY_BUILD' - if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
script: script:
- apt-get update
- apt-get install python3-nbxmpp-nightly
- python3 setup.py sdist - python3 setup.py sdist
- python3 .ci/debian_build.py "$(find dist/gajim-*)" 1 - python3 .ci/debian_build.py "$(find dist/gajim-*)" 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment