summaryrefslogtreecommitdiff
path: root/quickbuild_whitelist
AgeCommit message (Collapse)Author
2022-01-23[CI] Add quick build workflow, add whitelist/blacklist support in ↵tmas
build_all.py (#206) * Add argparse, add arguments for whitelist, blacklist, and debug mode * When in debug mode, print a message * Parse whitelist/blacklist, output filenames and contents if debug enabled * Add should_include function to determine if a line should be included, apply whitelist/blacklist if enabled * Add quick build workflow and empty file to hold quickbuild list * Use blacklist for quick build * Remove unnecessary parentheses * Use lowercase filename * Whitelist is probably better than blacklist for quick build * Add common testing keyboards to whitelist * Fix indents * Still had some messed up indents! * More formatting fixes * Change delimiters to semicolon to hopefully appease the py linter * Delimiter is semicolon, no need to escape slash * Update build_all.py Co-authored-by: dexter93 <d3xter93@gmail.com>