Compare commits

...

2 commits

Author SHA1 Message Date
Kattni
33fe76821e
Merge pull request #28 from sommersoft/fix_bundle
Update Bundle Script Arguments To Include Packaged Libraries
2019-09-30 12:08:25 -04:00
sommersoft
fba2b22dae update bundle script arguments to include packaged libraries 2019-09-28 08:53:03 -05:00

View file

@ -18,4 +18,6 @@ deploy:
on: on:
tags: true 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
# name to the 'package_folder_prefix' argument list below
script: circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2 --package_folder_prefix "barbudor_ina3221, dotstar_featherwing, nonblocking_timer"