Page 1 of 1
GitLab CI
Posted: Sat Mar 31, 2018 9:54 am
by OneTwo
Hallo Everyone,
can someone provide a simple
gitlab-ci.yml File which provides
- - basic toolchain setup
- esp idf environment
- and build project
- (optional) a first unit test
thank you in advance
Re: GitLab CI
Posted: Thu May 02, 2019 7:30 am
by sch0bert
I'm also looking for something similar, anyone?
Re: GitLab CI
Posted: Fri Dec 20, 2019 6:07 am
by new2esp
you people get something??
Re: GitLab CI
Posted: Sat Aug 08, 2020 1:47 pm
by waterfox
Did someone managed to do this?
Re: GitLab CI
Posted: Sat Aug 08, 2020 2:37 pm
by ESP_igrr
The easiest option for IDF 3.3 and later is to use the official Docker image:
https://docs.espressif.com/projects/esp ... image.html. This image includes ESP-IDF and all the required tools, so building the project should be as simple as 'idf.py build'.