cicd: add -e to conan profile detect
This commit is contained in:
parent
6c9e2426f6
commit
59cd6db90d
|
@ -76,7 +76,7 @@ steps:
|
||||||
- export CC=$(which gcc)
|
- export CC=$(which gcc)
|
||||||
- export CXX=$(which g++)
|
- export CXX=$(which g++)
|
||||||
|
|
||||||
- conan profile detect
|
- conan profile detect -e
|
||||||
- cp ./tools/conan/profiles/linux_gcc_amd64 $(conan profile path default)
|
- cp ./tools/conan/profiles/linux_gcc_amd64 $(conan profile path default)
|
||||||
- conan install . --build=missing
|
- conan install . --build=missing
|
||||||
- conan build .
|
- conan build .
|
||||||
|
@ -98,7 +98,7 @@ steps:
|
||||||
- export CC=$(which clang)
|
- export CC=$(which clang)
|
||||||
- export CXX=$(which clang++)
|
- export CXX=$(which clang++)
|
||||||
|
|
||||||
- conan profile detect
|
- conan profile detect -e
|
||||||
- cp ./tools/conan/profiles/linux_clang_amd64 $(conan profile path default)
|
- cp ./tools/conan/profiles/linux_clang_amd64 $(conan profile path default)
|
||||||
- conan install . --build=missing
|
- conan install . --build=missing
|
||||||
- conan build .
|
- conan build .
|
||||||
|
|
Loading…
Reference in New Issue