Merge pull request #4825 from gebart/pr/makefile-buildtest-toolchain

buildtest: Pass TOOLCHAIN variable to build workers
This commit is contained in:
Oleg Hahm 2016-02-28 11:26:03 +01:00
commit e9b9589264

View File

@ -60,6 +60,7 @@ buildtest:
RIOT_VERSION=$${RIOT_VERSION} \ RIOT_VERSION=$${RIOT_VERSION} \
WERROR=$${WERROR} \ WERROR=$${WERROR} \
LTO=$${LTO} \ LTO=$${LTO} \
TOOLCHAIN=$${TOOLCHAIN} \
$(MAKE) -j$(NPROC) 2>&1) ; \ $(MAKE) -j$(NPROC) 2>&1) ; \
if [ "$${?}" = "0" ]; then \ if [ "$${?}" = "0" ]; then \
${COLOR_ECHO} "${COLOR_GREEN}success${COLOR_RESET}"; \ ${COLOR_ECHO} "${COLOR_GREEN}success${COLOR_RESET}"; \