summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/multibuild.py
AgeCommit message (Collapse)Author
2022-07-09Add line to multibuild output log showing the actual build target. (#17606)Nick Brassel
2022-02-10Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis
2022-02-02Fixup multibuild filegen (#16166)Nick Brassel
* Add env variable support to multibuild. * Generate version.h in build-specific location.
2021-08-18`--parallel` improvements (#13800)ruro
* improve make parallel jobs support * document the --parallel option * disable the output-sync for interactive targets
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>