Skip to content

Commit

Permalink
Merge branch 'artifacts/map_file' into 'main'
Browse files Browse the repository at this point in the history
.gitlab-ci.yml: Add the map file as an artifact for pytest examples

See merge request app-frameworks/esp-matter!1001
  • Loading branch information
dhrishi committed Jan 2, 2025
2 parents 305d81f + be56168 commit 96b0939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ build_esp_matter_examples_pytest_C6_idf_v5_1:
paths:
- "examples/**/build*/size.json"
- "examples/**/build*/build_log.txt"
- "examples/**/build*/*.map"
- "examples/**/build*/*.bin"
- "examples/**/build*/flasher_args.json"
- "examples/**/build*/config/sdkconfig.json"
Expand All @@ -272,6 +273,7 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
paths:
- "examples/**/build*/size.json"
- "examples/**/build*/build_log.txt"
- "examples/**/build*/*.map"
- "examples/**/build*/*.bin"
- "examples/**/build*/flasher_args.json"
- "examples/**/build*/config/sdkconfig.json"
Expand Down Expand Up @@ -306,6 +308,7 @@ build_esp_matter_examples_pytest_C2_idf_v5_1:
paths:
- "examples/**/build*/size.json"
- "examples/**/build*/build_log.txt"
- "examples/**/build*/*.map"
- "examples/**/build*/*.bin"
- "examples/**/build*/flasher_args.json"
- "examples/**/build*/config/sdkconfig.json"
Expand Down Expand Up @@ -414,6 +417,7 @@ build_esp_matter_examples_pytest_C3_idf_v4_4:
paths:
- "examples/**/build*/size.json"
- "examples/**/build*/build_log.txt"
- "examples/**/build*/*.map"
- "examples/**/build*/*.bin"
- "examples/**/build*/flasher_args.json"
- "examples/**/build*/config/sdkconfig.json"
Expand Down

0 comments on commit 96b0939

Please sign in to comment.