Travis-ci tweaks, added CPUREV to 01 regression test, needed by mbxxx platform

This commit is contained in:
stefano pascali 2013-07-12 09:53:53 +02:00 committed by ismb-pert
parent fcb09d5d30
commit b43ce0f677
18 changed files with 18 additions and 18 deletions

View file

@ -6,7 +6,7 @@ hello-world/avr-raven \
hello-world/econotag \
hello-world/esb \
hello-world/exp5438 \
hello-world/mb851 \
hello-world/mbxxx \
hello-world/micaz \
hello-world/minimal-net \
hello-world/native \

View file

@ -40,7 +40,7 @@ addzero = $(if $(call gt,${nine},$(1)),$(words ${1}),0$(words ${1}))
define dooneexample
@echo Building example $(3): $(1) for target $(2)
@((cd $(EXAMPLESDIR)/$(1); \
make TARGET=$(2) clean && make TARGET=$(2)) > \
make TARGET=$(2) CPUREV=xB clean && make CPUREV=xB TARGET=$(2)) > \
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \
(echo $(1) $(2): FAIL ಠ.ಠ | tee $(3)-$(subst /,-,$(1))$(2).summary ; \