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

Update .gitlab-ci.yml file

parent 13e3d65a
Branches
Tags
No related merge requests found
Pipeline #3149 failed
...@@ -18,7 +18,8 @@ workflow: ...@@ -18,7 +18,8 @@ workflow:
stage: build stage: build
script: script:
# Install prerequisite for git-gui and gitk # Install prerequisite for git-gui and gitk
- sudo yum -y --disablerepo=epel install tcl-devel tk-devel - sudo echo "proxy=" >> /etc/yum.conf
- sudo yum -y install tcl-devel tk-devel
# Install recent version of python required to build meson that is a requirement for building chain of git # Install recent version of python required to build meson that is a requirement for building chain of git
- curl -s -L -o python.zip https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/python3/-/jobs/artifacts/${PYTHON_VERSION}/download?job=${PLATFORM} - curl -s -L -o python.zip https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/python3/-/jobs/artifacts/${PYTHON_VERSION}/download?job=${PLATFORM}
- unzip -q python.zip - unzip -q python.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment