mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
169e1ee88d
- Makes the name of component mqtt - Updates README - Adjust CI to build for supported idf versions - Removes qemu job
22 lines
485 B
TOML
22 lines
485 B
TOML
# ESP-MQTT idf-ci Configuration
|
|
[gitlab.artifacts]
|
|
build_job_filepatterns = [
|
|
"**/build*/partition_table/*.bin",
|
|
"**/build*/bootloader/*.bin",
|
|
"**/build*/bootloader/*.map",
|
|
"**/build*/bootloader/*.elf",
|
|
"**/build*/config/sdkconfig.json",
|
|
"**/build*/*.map",
|
|
"**/build*/*.bin",
|
|
"**/build*/*.elf",
|
|
"**/build*/flasher_args.json",
|
|
]
|
|
|
|
test_job_filepatterns = [
|
|
"**/test_logs",
|
|
"**/XUNIT_RESULT_*.xml",
|
|
]
|
|
|
|
[gitlab.build_pipeline]
|
|
runs_per_job = 15
|