Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
c4151edb
Commit
c4151edb
authored
Jul 12, 2018
by
Nicolas MAILLET
Browse files
add libffi-dev to python3.7
parent
9580bcde
Pipeline
#5872
passed with stages
in 21 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c4151edb
...
...
@@ -49,7 +49,7 @@ test-py3.7:
script
:
-
apt-get update -qy
-
apt-get install -y python3-pip wget zlib1g-dev
-
apt-get install libssl-dev openssl
-
apt-get install libssl-dev openssl
libffi-dev
-
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz
-
tar xzvf Python-3.7.0.tgz
-
cd Python-3.7.0
...
...
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