fix: conan command arguments
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
23d001cc85
commit
ba4199924d
|
@ -77,8 +77,8 @@ steps:
|
|||
- export CC=$(which gcc)
|
||||
- export CXX=$(which g++)
|
||||
|
||||
- conan install . --build=missing -pr"$(pwd)/tools/conan/profiles/linux_gcc_amd64"
|
||||
- conan build . -pr=$${CONAN_PROFILE}
|
||||
- conan install . --build=missing -pr "$(pwd)/tools/conan/profiles/linux_gcc_amd64"
|
||||
- conan build . -pr "$(pwd)/tools/conan/profiles/linux_gcc_amd64"
|
||||
|
||||
- ./build/Release/modules/light/light
|
||||
|
||||
|
@ -97,8 +97,8 @@ steps:
|
|||
- export CC=$(which clang)
|
||||
- export CXX=$(which clang++)
|
||||
|
||||
- conan install . --build=missing -pr"$(pwd)/tools/conan/profiles/linux_clang_amd64"
|
||||
- conan build . -pr=$${CONAN_PROFILE}
|
||||
- conan install . --build=missing -pr "$(pwd)/tools/conan/profiles/linux_clang_amd64"
|
||||
- conan build . -pr "$(pwd)/tools/conan/profiles/linux_clang_amd64"
|
||||
|
||||
- ./build/Release/modules/light/light
|
||||
|
||||
|
|
Loading…
Reference in New Issue