mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
builds: Create a function that generates a list of all manual builds
Change-Id: Ib7869f89c9ccec727bc9ed691cd1ee120c1ec7ae
This commit is contained in:
parent
9ddd9826d3
commit
4d97a4f3f2
2 changed files with 14 additions and 3 deletions
|
|
@ -74,6 +74,6 @@ sub buildit {
|
|||
|
||||
`mkdir -p $outdir`;
|
||||
|
||||
for my $b (&usablebuilds) {
|
||||
for my $b (&manualbuilds) {
|
||||
runone($b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue