Search found 2 matches

by Frowly
Fri Feb 14, 2020 11:20 am
Forum: ESP-IDF
Topic: Is there a way to configure an IDF project when running a GitLab CI/CD pipeline?
Replies: 3
Views: 5134

Re: Is there a way to configure an IDF project when running a GitLab CI/CD pipeline?

Thanks for the quick answer Angus! Using sed was what I was thinking. So it's nice, that it's actually "allowed" to just replace values in sdkconfig. The second alternative you described seems very intriguing, though. So I tried it, but it doesn't work properly the way I do it. When I change my Kcon...
by Frowly
Mon Feb 10, 2020 4:14 pm
Forum: ESP-IDF
Topic: Is there a way to configure an IDF project when running a GitLab CI/CD pipeline?
Replies: 3
Views: 5134

Is there a way to configure an IDF project when running a GitLab CI/CD pipeline?

Hi, I have a configured IDF project in a Git repository on a GitLab server. Configured means I ran idf.py menuconfig and the sdkconfig file is check into the repository. When building (aka running the pipeline) though, I want to assign the value of a GitLab environment variable to an entry that's pu...