We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454249a commit 7116942Copy full SHA for 7116942
.github/workflows/build.yml
@@ -46,10 +46,12 @@ jobs:
46
47
- name: Compile BSP
48
run: |
49
+ scons -C target/sieon/s1 -j4
50
+ scons -C target/sieon/s1 -j4 --vehicle=Fixwing
51
scons -C target/amov/icf5 -j4
- scons -C target/amov/icf5 -j4 --vehicle=Fixwing
52
scons -C target/pixhawk/fmu-v2 -j4
53
scons -C target/pixhawk/fmu-v5 -j4
54
scons -C target/cuav/v5_plus -j4
- # scons -C target/cubepilot/cubeorange -j4
55
+ scons -C target/cuav/v5_nano -j4
56
+ scons -C target/cuav/7_nano -j4
57
scons -C target/qemu/qemu-vexpress-a9 -j4
0 commit comments