Revert "remove obsolete? build-all target"

still need it for testing
This reverts commit 237d01df9e28c51bdccb3e1e123e3662d66dcdda.
tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 6e2f8f88ba
commit 3c7a1312c1
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -507,6 +507,15 @@ find_all_sketches () {
done | sort
}
build_all () {
plugins="$(find_all_sketches)"
for plugin in ${plugins}; do
export SKETCH="${plugin}"
$0 "${plugin}" build
done
}
size () {
compile

Loading…
Cancel
Save