Skip to content
Snippets Groups Projects
Commit d8236412 authored by Ievgen Vovk's avatar Ievgen Vovk
Browse files

Update .gitlab-ci.yml

parent f439a062
No related branches found
No related tags found
No related merge requests found
Pipeline #46845 failed
......@@ -16,11 +16,11 @@ before_script:
- md5sum -c Python-3.7.0.tgz.md5sum
# Preparing the sources
- tar -xvf Python-3.7.0.tgz
- tar -xf Python-3.7.0.tgz
- cd Python-3.7.0
# Compiling Python 3.7
- ./configure --enable-shared
- ./configure --enable-shared --with-ssl-default-suites=openssl
- make
- make install
......
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