feat(ci): Enable p4 example, test_apps and unit tests CI build

This commit is contained in:
Armando
2023-08-17 10:45:23 +08:00
parent 70071a334f
commit 7dbd3f6909
156 changed files with 652 additions and 322 deletions

View File

@@ -1,5 +1,9 @@
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/freertos/test_apps/freertos:
disable:
- if: CONFIG_NAME == "smp"
components/freertos/test_apps/orig_inc_path:
enable:
- if: IDF_TARGET in ["esp32"]

View File

@@ -1,2 +1,2 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |