[action] add ci
This commit is contained in:
parent
7546cc4dfb
commit
7b510efff6
|
@ -203,6 +203,7 @@ jobs:
|
|||
- RTT_BSP: "nxp_renesas"
|
||||
RTT_TOOL_CHAIN: "sourcery-arm"
|
||||
SUB_RTT_BSP:
|
||||
- "nxp/S32K3/S32K344-core"
|
||||
- "nxp/lpc/lpc55sxx/lpc55s69_nxp_evk"
|
||||
- "nxp/lpc/lpc55sxx/lpc55s28_nxp_evk"
|
||||
- "nxp/lpc/lpc55sxx/lpc55s06_nxp_evk"
|
||||
|
@ -501,4 +502,4 @@ jobs:
|
|||
run: |
|
||||
curl -X POST -H "Authorization: token ${{ secrets.RTTHREAD_GITHUB_TOKEN }}" \
|
||||
-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."}' \
|
||||
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
|
||||
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
|
||||
|
|
Loading…
Reference in New Issue