From bda51e6b24425e157306199807b48e1a2f80828a Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Sat, 31 Oct 2020 17:11:27 +0100 Subject: [PATCH] force creation of profile even if cached --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5706885..ec67684 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ conan: stage: conan script: - export CONAN_USER_HOME=$PWD/.conan #define .conan folder to be inside of project - - conan profile new default --detect # Generates default profile detecting GCC and sets old ABI + - conan profile new default --detect --force # Generates default profile detecting GCC and sets old ABI - conan profile update settings.compiler.libcxx=libstdc++11 default # Sets libcxx to C++11 ABI - conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig - conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY