We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac176c commit a9de174Copy full SHA for a9de174
.gitignore
@@ -1,3 +1,4 @@
1
build*
2
*zip
3
.env
4
+bundles
.travis.yml
@@ -18,4 +18,4 @@ deploy:
18
on:
19
tags: true
20
21
-script: circuitpython-build-bundles . bundles adafruit-circuitpython-bundle
+script: circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bundle --library_location libraries --library_depth 2
0 commit comments