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

Update for Conan 2

parent ee80bb65
No related branches found
No related tags found
No related merge requests found
Pipeline #2037 failed
......@@ -27,8 +27,8 @@ workflow:
- sudo python -m pip install --upgrade conan
# Build git with conan
- conan profile detect --force
- conan create . git/${GIT_VERSION}@soleil/stable -s compiler.libcxx=libstdc++11 --build="*" -c tools.system.package_manager:mode=install -c tools.system.package_manager:tool=yum -c tools.system.package_manager:sudo=True
- conan install git/${GIT_VERSION}@soleil/stable -s compiler.libcxx=libstdc++11 --install-folder ${CI_PROJECT_DIR}/${NAME}
- conan create . --name git --version ${GIT_VERSION} --user soleil --channel stable -s compiler.libcxx=libstdc++11 --build="*" -c tools.system.package_manager:mode=install -c tools.system.package_manager:tool=yum -c tools.system.package_manager:sudo=True
- conan install --name git --version ${GIT_VERSION} --user soleil --channel stable -s compiler.libcxx=libstdc++11 --install-folder ${CI_PROJECT_DIR}/${NAME}
artifacts:
name: ${NAME}
paths:
......
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