summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/multibuild.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-101-1/+1
|
* Fixup multibuild filegen (#16166)Nick Brassel2022-02-021-1/+2
| | | | | * Add env variable support to multibuild. * Generate version.h in build-specific location.
* `--parallel` improvements (#13800)ruro2021-08-181-3/+3
| | | | | | | * improve make parallel jobs support * document the --parallel option * disable the output-sync for interactive targets
* Allow limiting the multibuild based on keymap name. (#13066)Nick Brassel2021-06-091-13/+22
|
* `qmk multibuild`: Fix bug with Path objects (#13093)Ryan2021-06-031-1/+1
|
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-2/+3
| | | | | | | | | | | | | | | | | * 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>
* fix the makefile snippet so flake8 and yapf don't fight (#12849)Zach White2021-05-091-3/+3
|
* [CI] Format code according to conventions (#12838)github-actions[bot]2021-05-101-1/+4
| | | Co-authored-by: QMK Bot <hello@qmk.fm>
* Add script to perform parallel builds. (#12497)Nick Brassel2021-05-091-0/+75
Co-authored-by: Erovia <Erovia@users.noreply.github.com>