From fba2b22dae72861253f4922588d2724eb66c48f5 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 28 Sep 2019 08:53:03 -0500 Subject: [PATCH] update bundle script arguments to include packaged libraries --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 784ef2c..85c9ef6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 +# 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"