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

Update .gitlab-ci.yml file

parent b3e66e88
Branches
Tags
No related merge requests found
Pipeline #3148 failed
...@@ -18,10 +18,7 @@ workflow: ...@@ -18,10 +18,7 @@ workflow:
stage: build stage: build
script: script:
# Install prerequisite for git-gui and gitk # Install prerequisite for git-gui and gitk
- env | grep -i proxy - sudo yum -y --disablerepo=epel install tcl-devel tk-devel
- cat /etc/yum.conf
- sudo yum -y update
- 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