Uilian Ries

Results 351 comments of Uilian Ries

Hi @boussaffawalid ! > I would like to know if there is a way to pass custom arguments to conan create command ? No. > want to be able to...

Hello @PatSche ! Unfortunately this feature is not implemented as it's a rare case. Actually, you are the first who asks for it. It can be added yes, but will...

Do you have some project to reproduce the same environment? I use gitlab + conan too, but I create multiple jobs instead to use pages. Anyway, I should investigate this...

Hi @mpusz ! Actually, CPT only generates a matrix with all default settings and options. Conan is who checks if settings and options are supported. To check if some the...

Usually commit message is used for most CI services, but thinking about CCI, when I open a PR there and the bot updates, I would like something more straightforward, like...

@boussaffawalid Could you explain why do you need this feature?

The default matrix is the combination of all possible compilers and OS. Is there any specific scenario that you need it? I can't see it as greatly useful.

No, CPT uses Visual Studio by default on Windows or gcc. I recommend you using lockfiles instead: https://docs.conan.io/en/latest/howtos/generic_ci_artifactory.html#generating-build-info-from-lockfiles-information

lockfiles are just what you said, calculate the different builds, so you will have a file which can be re-used by you, your coworker or even the CI, and reproduce...

We can create a simple Docker image with conan client installed on Alpine. Using Alpine as base image would be possible, but there are some considerations, like the glibc version...