esp-idf/components/log/.build-test-rules.yml

12 wiersze
295 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/log/host_test/log_test:
enable:
- if: IDF_TARGET == "linux"
reason: only test on linux
components/log/test_apps:
enable:
- if: IDF_TARGET == "esp32"
reason: only test on esp32