From cdf02d3aa0b2e1dc10cb0ca4cd3b4452841fb7dd Mon Sep 17 00:00:00 2001 From: bernard Date: Sat, 4 Jan 2014 06:08:48 +0800 Subject: [PATCH] [CI] Add more BSP for travis-ci building --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eaa59d3ea..3368e7610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,6 @@ env: # - RTT_BSP='upd70f3454' # iar # - RTT_BSP='wh44b0' # no scons # - RTT_BSP='x86' # x86 - - RTT_BSP='xplorer4330/m4' # no scons - - RTT_BSP='lpc408x' - - RTT_BSP='beaglebone' + - RTT_BSP='xplorer4330/m4' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='lpc408x' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='beaglebone' RTT_TOOL_CHAIN='sourcery-arm' -- GitLab