cicd: minor adjustments
This commit is contained in:
parent
a4d5b94721
commit
f476df177c
|
@ -76,7 +76,7 @@ steps:
|
|||
- rm -rvf ./build
|
||||
- export CC=$(which gcc)
|
||||
- export CXX=$(which g++)
|
||||
- export CONAN_PROFILE='./tools/conan/profiles/linux_gcc_amd64'
|
||||
- export CONAN_PROFILE="$(pwd)/tools/conan/profiles/linux_gcc_amd64"
|
||||
|
||||
- conan install . --build=missing -pr=${CONAN_PROFILE}
|
||||
- conan build . -pr=${CONAN_PROFILE}
|
||||
|
@ -97,7 +97,7 @@ steps:
|
|||
- rm -rvf ./build
|
||||
- export CC=$(which clang)
|
||||
- export CXX=$(which clang++)
|
||||
- export CONAN_PROFILE='./tools/conan/profiles/linux_clang_amd64'
|
||||
- export CONAN_PROFILE="$(pwd)/tools/conan/profiles/linux_gcc_amd64"
|
||||
|
||||
- conan install . --build=missing -pr=${CONAN_PROFILE}
|
||||
- conan build . -pr=${CONAN_PROFILE}
|
||||
|
|
Loading…
Reference in New Issue