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
19 lines
543 B
TOML
19 lines
543 B
TOML
# check the latest documentation at
|
|
# https://docs.espressif.com/projects/idf-build-apps/en/latest/references/config_file.html
|
|
|
|
config_rules = ['sdkconfig.ci=default', 'sdkconfig.ci.*=', '=default']
|
|
|
|
recursive = true
|
|
check_warnings = true
|
|
keep_going = true
|
|
|
|
build_dir = "build_@t_@w"
|
|
build_log_filename = "build.log"
|
|
size_json_filename = "size.json"
|
|
|
|
collect_app_info_filename = "app_info_@p.txt"
|
|
|
|
check_manifest_rules = true
|
|
manifest_filepatterns = ['**/.build-test-rules.yml']
|
|
ignore_warning_files = ['.gitlab/ci/ignore_build_warnings.txt']
|