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

Update .gitlab-ci.yml file

parent add93aaf
No related branches found
No related tags found
No related merge requests found
Pipeline #6379 failed
......@@ -30,8 +30,8 @@ workflow:
- python -m pip install conan
# Build git with conan
- conan profile detect --force
- conan create . --version ${GIT_VERSION} -s compiler.libcxx=libstdc++11 --build="*"
- conan install --requires git/${GIT_VERSION} -s compiler.libcxx=libstdc++11 --deployer=direct_deploy
- conan create . --version ${GIT_VERSION} --build="*"
- conan install --requires git/${GIT_VERSION} --deployer=direct_deploy
- mv direct_deploy/git ${CI_PROJECT_DIR}/${NAME}
artifacts:
name: ${NAME}
......
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