Skip to content

Commit 7838aa0

Browse files
committed
Add STM32F303 build to CI
1 parent f5a336b commit 7838aa0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ jobs:
2020
# The mbed target to build for
2121
target: [LPC1768]
2222

23+
# Add STM32F303 target for bms
24+
include:
25+
- project: bms
26+
profile: debug
27+
target: NUCLEO_F303K8
28+
- project: bms
29+
profile: release
30+
target: NUCLEO_F303K8
31+
2332

2433
steps:
2534
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)