Makefile: Update jenkins-build-toolchain to run build tests

Add coreboot build tests after running the toolchain build.  This
verifies that everything still builds with the new toolchain.

Change-Id: Ifa51db897925c0b77791c83bbcbfd75045c907b5
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/14156
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Martin Roth 2016-03-22 13:05:42 -06:00
parent cc9963e3f2
commit 4c3b156a26
1 changed files with 2 additions and 0 deletions

View File

@ -71,3 +71,5 @@ endif # ifeq ($(COMPILER_OUT_OF_DATE),1)
jenkins-build-toolchain: jenkins-build-toolchain:
$(MAKE) crosstools clang \ $(MAKE) crosstools clang \
BUILDGCC_OPTIONS='-y --nocolor' BUILDGCC_OPTIONS='-y --nocolor'
rm -f .xcompile
$(MAKE) what-jenkins-does