mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 17:27:21 +00:00
fix(ci): change build-test-rules files folder
This commit is contained in:
9
components/esp_system/test_apps/.build-test-rules.yml
Normal file
9
components/esp_system/test_apps/.build-test-rules.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||||
|
||||
components/esp_system/test_apps/esp_system_unity_tests:
|
||||
disable:
|
||||
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
|
||||
|
||||
components/esp_system/test_apps/linux_apis:
|
||||
enable:
|
||||
- if: IDF_TARGET == "linux"
|
Reference in New Issue
Block a user