From 076d91adbec37ef646417148761b8232e41842d4 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 23:21:17 +0330 Subject: [PATCH] cicd: minor adjustments --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0f6c572..6d28e6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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