.build-test-rules.yml 346 B

1234567891011
  1. # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
  2. examples/get-started/blink:
  3. disable:
  4. - if: IDF_TARGET == "esp32p4"
  5. temporary: true
  6. reason: target esp32p4 is not supported yet # TODO: IDF-8074
  7. examples/get-started/hello_world:
  8. enable:
  9. - if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"