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

Update for Conan 2

parent b39b5f8c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ 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 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}
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