Skip to content
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

Update Bundle Script Arguments To Include Packaged Libraries #28

Merged
merged 1 commit into from
Sep 30, 2019

Conversation

sommersoft
Copy link
Collaborator

Fixes #27.

@sommersoft sommersoft requested a review from a team September 28, 2019 13:54
Copy link
Contributor

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🌮

@kattni kattni merged commit 33fe768 into adafruit:fix_bundle Sep 30, 2019
@@ -18,4 +18,6 @@ deploy:
on:
tags: true

script: circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2
# Note: if a packaged library is not being included in the bundle, add the folder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way we could fail the CI if something is missing? Or could we swap this to a blacklist instead of a whitelist? I'm worried a whitelist will be hard to maintain. Thanks!

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.

3 participants