mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
6c3cbdd195
- Initial support for github actions
12 lines
281 B
YAML
12 lines
281 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/protocols:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32"]
|
|
|
|
examples/protocols/mqtt/ssl_ds:
|
|
disable:
|
|
- if: SOC_DIG_SIGN_SUPPORTED != 1
|
|
temporary: false
|
|
reason: DS not present
|