Skip to content

Commit 2bcfaf5

Browse files
committed
yml添加 --strict
1 parent 93f696d commit 2bcfaf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
scons.args: &scons
2+
scons_arg:
3+
- '--strict'
14
system.use_nano:
5+
<<: *scons
26
kconfig:
37
CONFIG_RT_USING_NANO=y
48
devices.gpio:
9+
<<: *scons
510
kconfig:
611
- CONFIG_BSP_USING_GPIO=y
712
devices.uart:
13+
<<: *scons
814
kconfig:
915
- CONFIG_BSP_USING_UART=y
1016
- CONFIG_USING_SERIAL=y

0 commit comments

Comments
 (0)