Browse Source

Remove unsupported BSP

Rogerz Zhang 12 years ago
parent
commit
78126e9226
1 changed files with 8 additions and 9 deletions
  1. 8 9
      .travis.yml

+ 8 - 9
.travis.yml

@@ -7,10 +7,9 @@ install:
 before_script:
   - export RTT_ROOT=`pwd`
   - export RTT_CC='gcc'
-  - cd bsp/$RTT_BSP
 
 script:
-  - scons
+  - scons -C bsp/$RTT_BSP
 
 notifications:
   email: false
@@ -25,8 +24,8 @@ env:
   - RTT_BSP='lm3s8962' RTT_TOOL_CHAIN='sourcery-arm' 
   - RTT_BSP='lm3s9b9x' RTT_TOOL_CHAIN='sourcery-arm' 
   - RTT_BSP='lm4f232' RTT_TOOL_CHAIN='sourcery-arm' 
-  - RTT_BSP='lpc1114' RTT_TOOL_CHAIN='sourcery-arm' 
-  - RTT_BSP='lpc122x' RTT_TOOL_CHAIN='sourcery-arm' 
+#  - RTT_BSP='lpc1114' # no scons
+#  - RTT_BSP='lpc122x' # no scons
   - RTT_BSP='lpc176x' RTT_TOOL_CHAIN='sourcery-arm' 
   - RTT_BSP='lpc178x' RTT_TOOL_CHAIN='sourcery-arm' 
   - RTT_BSP='lpc2148' RTT_TOOL_CHAIN='sourcery-arm' 
@@ -37,13 +36,13 @@ env:
   - RTT_BSP='mb9bf506r' RTT_TOOL_CHAIN='sourcery-arm' 
 #  - RTT_BSP='microblaze'
   - RTT_BSP='mini2440' RTT_TOOL_CHAIN='sourcery-arm' 
-#  - RTT_BSP='mini4020'
+#  - RTT_BSP='mini4020' # no scons
 #  - RTT_BSP='nios_ii'
 #  - RTT_BSP='nuc140'
 #  - RTT_BSP='pic32ethernet'
-  - RTT_BSP='sam7s' RTT_TOOL_CHAIN='sourcery-arm' 
-  - RTT_BSP='sam7x' RTT_TOOL_CHAIN='sourcery-arm' 
-#  - RTT_BSP='simulator'
+#  - RTT_BSP='sam7s' # no scons
+  - RTT_BSP='sam7x' RTT_TOOL_CHAIN='sourcery-arm'
+#  - RTT_BSP='simulator' # x86
   - RTT_BSP='stm32f0x' RTT_TOOL_CHAIN='sourcery-arm' 
   - RTT_BSP='stm32f107' RTT_TOOL_CHAIN='sourcery-arm' 
   - RTT_BSP='stm32f10x' RTT_TOOL_CHAIN='sourcery-arm' 
@@ -52,5 +51,5 @@ env:
 #  - RTT_BSP='taihu'
 #  - RTT_BSP='upd70f3454'
 #  - RTT_BSP='wh44b0'
-#  - RTT_BSP='x86'
+#  - RTT_BSP='x86' # x86
 #  - RTT_BSP='xplorer4330'