forked from espressif/esp-idf
10 lines
257 B
YAML
10 lines
257 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/lowpower/vbat:
|
|
enable:
|
|
- if: SOC_VBAT_SUPPORTED == 1
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
temporary: true
|
|
reason: not supported yet
|