From 59cd6db90df0696a6767f09394023bbe87434932 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 21:27:54 +0330 Subject: [PATCH] cicd: add -e to conan profile detect --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 92876ca..7fc18ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,7 +76,7 @@ steps: - export CC=$(which gcc) - export CXX=$(which g++) - - conan profile detect + - conan profile detect -e - cp ./tools/conan/profiles/linux_gcc_amd64 $(conan profile path default) - conan install . --build=missing - conan build . @@ -98,7 +98,7 @@ steps: - export CC=$(which clang) - export CXX=$(which clang++) - - conan profile detect + - conan profile detect -e - cp ./tools/conan/profiles/linux_clang_amd64 $(conan profile path default) - conan install . --build=missing - conan build .