-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ci pipeline to PR: Compile under esp-idf new build sytem #1599
Conversation
Hi @andreaskuster, Thank you very much for this PR ❤️ Supposing that the build passes, I'll make a few changes to make it more consistent with the other jobs. Best regards, |
@bblanchon Sure, not problem. I am glad to help :) It seems as if the ci pipeline passed (except some unrelated package download in GCC for ARM processor Let me know if you need any help or explanation. |
I extended your PR #1562 with the continuous integration pipeline functionality.
There are a few other PRs open to make this working (namely, the Ethernet library has to be ported as well):
Add esp-idf cmake build system component registration arduino-libraries/Ethernet#164
After this has been resolved, we can continue in the merge process of the actual PR to ArduinoJson