Skip to content

Commit 7b510ef

Browse files
authored
[action] add ci
1 parent 7546cc4 commit 7b510ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
- RTT_BSP: "nxp_renesas"
204204
RTT_TOOL_CHAIN: "sourcery-arm"
205205
SUB_RTT_BSP:
206+
- "nxp/S32K3/S32K344-core"
206207
- "nxp/lpc/lpc55sxx/lpc55s69_nxp_evk"
207208
- "nxp/lpc/lpc55sxx/lpc55s28_nxp_evk"
208209
- "nxp/lpc/lpc55sxx/lpc55s06_nxp_evk"
@@ -501,4 +502,4 @@ jobs:
501502
run: |
502503
curl -X POST -H "Authorization: token ${{ secrets.RTTHREAD_GITHUB_TOKEN }}" \
503504
-d '{"body":"@${{ github.actor }}, Thank you for your contribution, but there was an error with the action. Could you please help check the BSP compilation issue? Thank you."}' \
504-
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
505+
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"

0 commit comments

Comments
 (0)