23 lines
601 B
INI
23 lines
601 B
INI
[test_build_drivers]
|
|
build_only = true
|
|
tags = drivers footprint
|
|
|
|
[test_build_sensors]
|
|
build_only = true
|
|
tags = drivers footprint
|
|
extra_args = CONF_FILE=sensors.conf
|
|
#Do not run for debug daily build
|
|
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT) and CONFIG_SOC_QUARK_D2000)
|
|
|
|
[test_build_sensor_triggers]
|
|
build_only = true
|
|
tags = drivers footprint
|
|
extra_args = CONF_FILE=sensors_trigger.conf
|
|
#Do not run for debug daily build
|
|
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT) and CONFIG_SOC_QUARK_D2000)
|
|
|
|
[test_build_ethernet]
|
|
build_only = true
|
|
tags = drivers footprint
|
|
extra_args = CONF_FILE=ethernet.conf
|