Skip to content

Commit 96b0939

Browse files
committed
Merge branch 'artifacts/map_file' into 'main'
.gitlab-ci.yml: Add the map file as an artifact for pytest examples See merge request app-frameworks/esp-matter!1001
2 parents 305d81f + be56168 commit 96b0939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ build_esp_matter_examples_pytest_C6_idf_v5_1:
250250
paths:
251251
- "examples/**/build*/size.json"
252252
- "examples/**/build*/build_log.txt"
253+
- "examples/**/build*/*.map"
253254
- "examples/**/build*/*.bin"
254255
- "examples/**/build*/flasher_args.json"
255256
- "examples/**/build*/config/sdkconfig.json"
@@ -272,6 +273,7 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
272273
paths:
273274
- "examples/**/build*/size.json"
274275
- "examples/**/build*/build_log.txt"
276+
- "examples/**/build*/*.map"
275277
- "examples/**/build*/*.bin"
276278
- "examples/**/build*/flasher_args.json"
277279
- "examples/**/build*/config/sdkconfig.json"
@@ -306,6 +308,7 @@ build_esp_matter_examples_pytest_C2_idf_v5_1:
306308
paths:
307309
- "examples/**/build*/size.json"
308310
- "examples/**/build*/build_log.txt"
311+
- "examples/**/build*/*.map"
309312
- "examples/**/build*/*.bin"
310313
- "examples/**/build*/flasher_args.json"
311314
- "examples/**/build*/config/sdkconfig.json"
@@ -414,6 +417,7 @@ build_esp_matter_examples_pytest_C3_idf_v4_4:
414417
paths:
415418
- "examples/**/build*/size.json"
416419
- "examples/**/build*/build_log.txt"
420+
- "examples/**/build*/*.map"
417421
- "examples/**/build*/*.bin"
418422
- "examples/**/build*/flasher_args.json"
419423
- "examples/**/build*/config/sdkconfig.json"

0 commit comments

Comments
 (0)