From 63f09832742ea9b08aa163a33d38033f0bad7e0c Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 23:18:30 +0330 Subject: [PATCH] cicd: revert some adjustment --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index fffc44e..0f6c572 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,6 +74,8 @@ steps: commands: - . /opt/venv/bin/activate - rm -rvf ./build + - export CC=$(which gcc) + - export CXX=$(which g++) - conan install . --build=missing -pr='./tools/conan/profiles/linux_gcc_amd64' - conan build . @@ -92,6 +94,8 @@ steps: commands: - . /opt/venv/bin/activate - rm -rvf ./build + - export CC=$(which clang) + - export CXX=$(which clang++) - conan install . --build=missing -pr='./tools/conan/profiles/linux_clang_amd64' - conan build .