Skip to content

Add ESP32 board to "Compile Examples" CI workflow #49

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

Merged
merged 3 commits into from
Jan 13, 2021
Merged

Add ESP32 board to "Compile Examples" CI workflow #49

merged 3 commits into from
Jan 13, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jan 13, 2021

ESP32 support has been added to the library, so the examples compilation smoke test should be done for this architecture
as well.

Fixes #48

@per1234 per1234 requested review from aentinger and ubidefeo January 13, 2021 04:30
@github-actions
Copy link

Memory usage change @ 2cdb1b9

Board flash % RAM for global variables %
esp8266:esp8266:huzzah 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table
Board examples/ConnectionHandlerDemo
flash
% examples/ConnectionHandlerDemo
RAM for global variables
%
esp8266:esp8266:huzzah 0 0.0 0 0.0
Click for full report CSV
Board,examples/ConnectionHandlerDemo<br>flash,%,examples/ConnectionHandlerDemo<br>RAM for global variables,%
esp8266:esp8266:huzzah,0,0.0,0,0.0

per1234 and others added 3 commits January 13, 2021 00:42
The action has been moved to a dedicated repository and the previous repository is no longer being maintained.
ESP32 support has been added to the library, so the examples compilation smoke test should be done for this architecture
as well.
@aentinger aentinger merged commit 2da7a3a into arduino-libraries:master Jan 13, 2021
@per1234 per1234 deleted the esp32-ci branch January 13, 2021 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend compile-examples action to also compile for ESP32
2 participants