Skip to content

Commit 7116942

Browse files
committed
Change CI build.yml
1 parent 454249a commit 7116942

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ jobs:
4646
4747
- name: Compile BSP
4848
run: |
49+
scons -C target/sieon/s1 -j4
50+
scons -C target/sieon/s1 -j4 --vehicle=Fixwing
4951
scons -C target/amov/icf5 -j4
50-
scons -C target/amov/icf5 -j4 --vehicle=Fixwing
5152
scons -C target/pixhawk/fmu-v2 -j4
5253
scons -C target/pixhawk/fmu-v5 -j4
5354
scons -C target/cuav/v5_plus -j4
54-
# scons -C target/cubepilot/cubeorange -j4
55+
scons -C target/cuav/v5_nano -j4
56+
scons -C target/cuav/7_nano -j4
5557
scons -C target/qemu/qemu-vexpress-a9 -j4

0 commit comments

Comments
 (0)