Skip to content

Commit

Permalink
Merge pull request ChibiOS#320 from WestberryTech/chibios-21.11.x-wb
Browse files Browse the repository at this point in the history
Added CI test
  • Loading branch information
fpoussin committed Apr 18, 2022
2 parents e775cbb + 1f66972 commit 2a6b73f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -54,6 +54,10 @@ jobs:
run: |
$CHC_PATH/tools/chbuild.sh $CHC_PATH/testhal/HT32
$CHC_PATH/tools/chbuild.sh $CHC_PATH/demos/HT32
- name: build WB32
run: |
$CHC_PATH/tools/chbuild.sh $CHC_PATH/testhal/WB32
$CHC_PATH/tools/chbuild.sh $CHC_PATH/demos/WB32
- name: build NUMICRO
run: |
$CHC_PATH/tools/chbuild.sh $CHC_PATH/testhal/NUMICRO
Expand Down
Empty file added testhal/WB32/.keep
Empty file.

0 comments on commit 2a6b73f

Please sign in to comment.