Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] "qmk compile" non-zero exit code on compilation error #22686

Closed
1 of 4 tasks
xudongzheng opened this issue Dec 17, 2023 · 1 comment
Closed
1 of 4 tasks

Comments

@xudongzheng
Copy link

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior

Description

Having qmk compile exit with non-zero makes it easier to use as part of a larger script.

To demonstrate issue:

# Add some garbage to C file.
date >> keyboards/adafruit/macropad/macropad.c

qmk compile -kb adafruit/macropad -km default
echo $?
@tzarc
Copy link
Member

tzarc commented Dec 17, 2023

Was fixed as of #22639.

@tzarc tzarc closed this as completed Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants