From 0b3f88cd2cae4a6df7e24fe2c062c46388be48e3 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 23:17:20 +0330 Subject: [PATCH] cicd: minor adjustments --- .drone.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9a133e3..fffc44e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,13 +74,8 @@ steps: commands: - . /opt/venv/bin/activate - rm -rvf ./build - - export CC=$(which gcc) - - export CXX=$(which g++) - - - conan install . --build=missing \ - --profile:build=./tools/conan/profiles/linux_gcc_amd64 \ - --profile:host=./tools/conan/profiles/linux_gcc_amd64 + - conan install . --build=missing -pr='./tools/conan/profiles/linux_gcc_amd64' - conan build . - ./build/Release/modules/light/light @@ -97,13 +92,8 @@ steps: commands: - . /opt/venv/bin/activate - rm -rvf ./build - - export CC=$(which clang) - - export CXX=$(which clang++) - - - conan install . --build=missing \ - --profile:build=./tools/conan/profiles/linux_clang_amd64 \ - --profile:host=./tools/conan/profiles/linux_clang_amd64 + - conan install . --build=missing -pr='./tools/conan/profiles/linux_clang_amd64' - conan build . - ./build/Release/modules/light/light