diff options
author | Martin Roth <martinroth@google.com> | 2016-03-22 13:05:42 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-26 22:35:01 +0100 |
commit | 4c3b156a26311fb178a8f0b0c03167dfe403c075 (patch) | |
tree | 3acd85fb6d5e920d5a75d9a228ea536b3af46d0a /util/crossgcc/Makefile.inc | |
parent | cc9963e3f2b6e7282f75b5fcbff24593a4e5e78f (diff) |
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)
Diffstat (limited to 'util/crossgcc/Makefile.inc')
-rw-r--r-- | util/crossgcc/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index dfa1ec829e..5be4c10f36 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -71,3 +71,5 @@ endif # ifeq ($(COMPILER_OUT_OF_DATE),1) jenkins-build-toolchain: $(MAKE) crosstools clang \ BUILDGCC_OPTIONS='-y --nocolor' + rm -f .xcompile + $(MAKE) what-jenkins-does |