Skip to content

Commit a9de174

Browse files
committed
Switch bundle build for build tools 0.0.8 which has proper argument parsing.
1 parent 2ac176c commit a9de174

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build*
22
*zip
33
.env
4+
bundles

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ deploy:
1818
on:
1919
tags: true
2020

21-
script: circuitpython-build-bundles . bundles adafruit-circuitpython-bundle
21+
script: circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bundle --library_location libraries --library_depth 2

0 commit comments

Comments
 (0)