Skip to content
Snippets Groups Projects
Commit 6ef5e7c5 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Install zlib-devel as prerequisites for conan pyinstaller

parent 4886ea4e
No related branches found
No related tags found
No related merge requests found
Pipeline #1954 passed
......@@ -16,6 +16,8 @@ stages:
.build:
stage: build
script:
# Install prerequisites for pyinstaller
- yum install -y zlib-devel
# Install python 3
- curl -s -L -o ${PYTHON_ROOT}.zip https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/python3/-/jobs/artifacts/3.6.13/download?job=${PLATFORM}
- unzip -q ${PYTHON_ROOT}.zip -d ${CI_PROJECT_DIR}
......
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