Skip to content

Commit

Permalink
change(ci): enable esp32p4 check public header
Browse files Browse the repository at this point in the history
  • Loading branch information
Icarus113 authored and dobairoland committed Aug 4, 2023
1 parent b9708d9 commit 3fdddc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/ci/pre_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ check_public_headers:
- IDF_TARGET=esp32c2 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-
- IDF_TARGET=esp32c6 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-
- IDF_TARGET=esp32h2 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-
- IDF_TARGET=esp32p4 python tools/ci/check_public_headers.py --jobs 4 --prefix riscv32-esp-elf-

check_chip_support_components:
extends:
Expand Down

0 comments on commit 3fdddc2

Please sign in to comment.