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

Fix install issue

parent 5ca344de
Branches
Tags
No related merge requests found
Pipeline #2453 passed
......@@ -28,8 +28,8 @@ workflow:
# 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 --deployer-folder=git
- mv git ${CI_PROJECT_DIR}/${NAME}
- conan install --requires git/${GIT_VERSION} -s compiler.libcxx=libstdc++11 --deployer=direct_deploy
- mv direct_deploy/git ${CI_PROJECT_DIR}/${NAME}
artifacts:
name: ${NAME}
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment