Add 'make verify' target to top-level makefile
Change-Id: I992df2b6ded9533d32f5f936e6d651055061f054 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
4
Makefile
4
Makefile
@ -329,3 +329,7 @@ doxygen:
|
|||||||
wipe-doxygen:
|
wipe-doxygen:
|
||||||
$(call make-doxy)
|
$(call make-doxy)
|
||||||
|
|
||||||
|
verify: $(BR)/.bootstrap.ok
|
||||||
|
@sudo -E apt-get $(CONFIRM) $(FORCE) install clang
|
||||||
|
@make -C build-root CC=clang PLATFORM=vpp TAG=vpp wipe-all install-packages
|
||||||
|
@make -C build-root CC=clang PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages
|
||||||
|
Reference in New Issue
Block a user