Browse Source

update for ci

sheltonyu 3 years ago
parent
commit
9609c2a942
2 changed files with 3 additions and 3 deletions
  1. 2 0
      .github/workflows/action.yml
  2. 1 3
      Jenkinsfile

+ 2 - 0
.github/workflows/action.yml

@@ -156,6 +156,8 @@ jobs:
          - {RTT_BSP: "xplorer4330/M4", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "at32/at32f403a-start", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "at32/at32f407-start", RTT_TOOL_CHAIN: "sourcery-arm"}
+         - {RTT_BSP: "at32/at32f435-start", RTT_TOOL_CHAIN: "sourcery-arm"}
+         - {RTT_BSP: "at32/at32f437-start", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "smartfusion2", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "raspberry-pico", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "raspberry-pi/raspi3-32", RTT_TOOL_CHAIN: "sourcery-arm"}

+ 1 - 3
Jenkinsfile

@@ -108,9 +108,7 @@ pipeline {
                         ['frdm-k64f', 'sourcery-arm'],
                         ['xplorer4330/M4', 'sourcery-arm'],
                         // ['at32/at32f403a-start', 'sourcery-arm'],/* CI link not support */
-                        // ['at32/at32f407-start', 'sourcery-arm'],/* CI compile C99 not support */
-                        // ['at32/at32f435-start', 'sourcery-arm'],/* CI compile C99 not support */
-                        // ['at32/at32f437-start', 'sourcery-arm']/* CI compile C99 not support */
+                        // ['at32/at32f407-start', 'sourcery-arm']/* CI compile C99 not support */
                     ]
 
                     for (int i in bsp_array) {