Search found 1 match
- Thu Mar 24, 2022 7:21 pm
- Forum: General Discussion
- Topic: How to use esp-idf docker container with Github actions
- Replies: 0
- Views: 1560
How to use esp-idf docker container with Github actions
Hello everyone, I am trying to integrate CI/CD to a project that I am porting to the ESP32 https://github.com/vChavezB/qpcpp/tree/esp32 As I want to add some unit tests, I want to build the software and emulate it with QEMU . I wanted to know if someone has used Github to integrate CI/CD with the es...