cicd: add -e to conan profile detect

This commit is contained in:
light7734 2024-10-14 21:27:54 +03:30
parent 6c9e2426f6
commit 59cd6db90d
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ steps:
- export CC=$(which gcc)
- export CXX=$(which g++)
- conan profile detect
- conan profile detect -e
- cp ./tools/conan/profiles/linux_gcc_amd64 $(conan profile path default)
- conan install . --build=missing
- conan build .
@ -98,7 +98,7 @@ steps:
- export CC=$(which clang)
- export CXX=$(which clang++)
- conan profile detect
- conan profile detect -e
- cp ./tools/conan/profiles/linux_clang_amd64 $(conan profile path default)
- conan install . --build=missing
- conan build .