force creation of profile even if cached
This commit is contained in:
parent
789e4c9458
commit
bda51e6b24
@ -15,7 +15,7 @@ conan:
|
|||||||
stage: conan
|
stage: conan
|
||||||
script:
|
script:
|
||||||
- export CONAN_USER_HOME=$PWD/.conan #define .conan folder to be inside of project
|
- 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 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 remote add bintray https://api.bintray.com/conan/lheili/LibConfig
|
||||||
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
|
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
|
||||||
|
Loading…
Reference in New Issue
Block a user