Skip to content

Adjust "smoke test" CI workflow according to bundled library updates #1

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

Closed
wants to merge 2 commits into from
Closed

Adjust "smoke test" CI workflow according to bundled library updates #1

wants to merge 2 commits into from

Conversation

per1234
Copy link

@per1234 per1234 commented Oct 8, 2021

The platform bundled libraries have been updated, which required some adjustments to the example sketch compilation CI workflow.

A new example sketch ("ArduinoLogo") was added to the "Portenta_Video" library. This sketch has a dependency on the
"lvgl" library, so it must be installed by the "smoke test" sketch compilation CI workflow to avoid a spurious
compilation failure.
Previously, some of the bundled libraries did not provide example sketches, meaning there was no way to run a
"smoke test" on them via the sketch compilation CI workflow. Now that examples have been added for these libraries, it is
possible to get a basic check that the code compiles.
@per1234
Copy link
Author

per1234 commented Oct 13, 2021

Merged manually.

@per1234 per1234 closed this Oct 13, 2021
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.

1 participant