Skip to content

Commit

Permalink
build.yml: Add ssrc board matrix for arm and risc-v
Browse files Browse the repository at this point in the history
Don't use the upstream build targets
  • Loading branch information
pussuw committed Jan 3, 2024
1 parent 8dd907b commit f00ca68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boards: [arm-12, risc-v]
boards: [ssrc]
steps:
- name: Download Source Artifact
uses: actions/download-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions tools/ci/testlist/ssrc-arm.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/arm/stm32f7,CONFIG_ARM_TOOLCHAIN_GNU_EABI

2 changes: 2 additions & 0 deletions tools/ci/testlist/ssrc-riscv.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/risc-v/mpfs

0 comments on commit f00ca68

Please sign in to comment.