Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14156
-gerrit
commit 8722497c5cf440f3a6128a0f78790e9b65b64066 Author: Martin Roth martinroth@google.com Date: Tue Mar 22 13:05:42 2016 -0600
Makefile: Update jenkins-build-toolchain to run built 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 --- util/crossgcc/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index dfa1ec8..767b35c 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -71,3 +71,4 @@ endif # ifeq ($(COMPILER_OUT_OF_DATE),1) jenkins-build-toolchain: $(MAKE) crosstools clang \ BUILDGCC_OPTIONS='-y --nocolor' + $(MAKE) what-jenkins-does