default-build-test-rules.yml 670 B

123456789101112131415161718
  1. # this file support two keywords:
  2. # - extra_default_build_targets:
  3. # besides of the SUPPORTED_TARGETS in IDF,
  4. # enable build for the specified targets by default as well.
  5. # - bypass_check_test_targets:
  6. # suppress the check_build_test_rules check-test-script warnings for the specified targets
  7. #
  8. # This file should ONLY be used during bringup. Should be reset to empty after the bringup process
  9. extra_default_build_targets:
  10. - esp32p4
  11. bypass_check_test_targets:
  12. - esp32p4
  13. #
  14. # These lines would
  15. # - enable the README.md check for esp32c6. Don't forget to add the build jobs in .gitlab/ci/build.yml
  16. # - disable the test script check with the manifest file.
  17. #