fix: conan command arguments
continuous-integration/drone/push Build is failing Details

This commit is contained in:
light7734 2024-12-09 16:30:45 +03:30
parent 23d001cc85
commit ba4199924d
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ steps:
- export CXX=$(which g++) - export CXX=$(which g++)
- conan install . --build=missing -pr "$(pwd)/tools/conan/profiles/linux_gcc_amd64" - conan install . --build=missing -pr "$(pwd)/tools/conan/profiles/linux_gcc_amd64"
- conan build . -pr=$${CONAN_PROFILE} - conan build . -pr "$(pwd)/tools/conan/profiles/linux_gcc_amd64"
- ./build/Release/modules/light/light - ./build/Release/modules/light/light
@ -98,7 +98,7 @@ steps:
- export CXX=$(which clang++) - export CXX=$(which clang++)
- conan install . --build=missing -pr "$(pwd)/tools/conan/profiles/linux_clang_amd64" - conan install . --build=missing -pr "$(pwd)/tools/conan/profiles/linux_clang_amd64"
- conan build . -pr=$${CONAN_PROFILE} - conan build . -pr "$(pwd)/tools/conan/profiles/linux_clang_amd64"
- ./build/Release/modules/light/light - ./build/Release/modules/light/light