mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Update maintenence validation target to also generate Atmel Studio integration files.
This commit is contained in:
parent
de0df8b162
commit
bd2f3c0250
@ -76,6 +76,7 @@ check-documentation-placeholders:
|
|||||||
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
|
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
|
||||||
validate-branch:
|
validate-branch:
|
||||||
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT)) doxygen
|
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT)) doxygen
|
||||||
|
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT))/LUFA/StudioIntegration all
|
||||||
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT)) all DEBUG_LEVEL=0
|
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT)) all DEBUG_LEVEL=0
|
||||||
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT))/BuildTests all
|
$(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT))/BuildTests all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user