cicd: minor adjustments

This commit is contained in:
light7734 2024-10-14 23:21:17 +03:30
parent 63f0983274
commit 076d91adbe
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 2 additions and 2 deletions

View File

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