Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
203
Issues
203
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
aea95e43
Commit
aea95e43
authored
Jan 02, 2021
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: pull slixmpp from gitlab
parent
71eba168
Pipeline
#3537
passed with stages
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
aea95e43
...
...
@@ -43,7 +43,7 @@ pytest-3.7:
image
:
python:3.7
script
:
-
apt-get update && apt-get install -y libidn11-dev
-
git clone
git://git.louiz.org/slixmpp
-
git clone
https://lab.louiz.org/poezio/slixmpp.git
-
pip3 install pytest pyasn1-modules cffi --upgrade
-
cd slixmpp
-
python3 setup.py install
...
...
@@ -57,7 +57,7 @@ pytest-latest:
image
:
python:3
script
:
-
apt-get update && apt-get install -y libidn11-dev
-
git clone
git://git.louiz.org/slixmpp
-
git clone
https://lab.louiz.org/poezio/slixmpp.git
-
pip3 install pytest pyasn1-modules cffi --upgrade
-
cd slixmpp
-
python3 setup.py install
...
...
@@ -71,7 +71,7 @@ pylint-latest:
image
:
python:3
script
:
-
apt-get update && apt-get install -y libidn11-dev
-
git clone
git://git.louiz.org/slixmpp
-
git clone
https://lab.louiz.org/poezio/slixmpp.git
-
pip3 install pylint pyasn1-modules cffi --upgrade
-
cd slixmpp
-
python3 setup.py install
...
...
@@ -86,7 +86,7 @@ pylint-plugins:
script
:
-
apt-get update && apt-get install -y libidn11-dev
-
pip3 install pylint pyasn1-modules cffi --upgrade
-
pip3 install -e git+
git://git.louiz.org/slixmpp
#egg=slixmpp
-
pip3 install -e git+
https://lab.louiz.org/poezio/slixmpp.git
#egg=slixmpp
-
pip3 install -r requirements-plugins.txt
-
python3 setup.py install
-
pylint -E plugins
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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