summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/multibuild.py
AgeCommit message (Collapse)Author
2021-06-09Allow limiting the multibuild based on keymap name. (#13066)Nick Brassel
2021-06-03`qmk multibuild`: Fix bug with Path objects (#13093)Ryan
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
* Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-09fix the makefile snippet so flake8 and yapf don't fight (#12849)Zach White
2021-05-10[CI] Format code according to conventions (#12838)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-05-09Add script to perform parallel builds. (#12497)Nick Brassel
Co-authored-by: Erovia <Erovia@users.noreply.github.com>