File tree 2 files changed +10
-27
lines changed
2 files changed +10
-27
lines changed Original file line number Diff line number Diff line change 15
15
name : Build example - TI CC13XX_26XX
16
16
17
17
on :
18
- workflow_dispatch :
19
- # Temporarely disabled:
20
- # - TI CI runs out of disk space
21
- # - Image should be updated to an Ubuntu 24.04 or higher based one (move from :54 version)
22
- # push:
23
- # branches-ignore:
24
- # - 'dependabot/**'
25
- # pull_request:
26
- # merge_group:
18
+ push :
19
+ branches-ignore :
20
+ - " dependabot/**"
21
+ pull_request :
22
+ merge_group :
27
23
28
24
concurrency :
29
25
group :
67
63
scripts/run_in_build_env.sh "\
68
64
./scripts/build/build_examples.py \
69
65
--target ti-cc13x4_26x4-lighting-ftd \
70
- --target ti-cc13x4_26x4-lighting-mtd \
71
66
--target ti-cc13x4_26x4-lock-ftd \
72
- --target ti-cc13x4_26x4-lock-mtd \
73
67
--target ti-cc13x4_26x4-pump-mtd \
74
- --target ti-cc13x4_26x4-pump-ftd \
75
68
--target ti-cc13x4_26x4-pump-controller-mtd \
76
- --target ti-cc13x4_26x4-pump-controller-ftd \
77
69
build \
78
70
--copy-artifacts-to out/artifacts \
79
71
"
83
75
cc13x4_26x4 LP_EM_CC1354P10_6 lock-ftd \
84
76
out/artifacts/ti-cc13x4_26x4-lock-ftd/chip-LP_EM_CC1354P10_6-lock-example.out \
85
77
/tmp/bloat_reports/
86
- - name : Get lock MTD size stats
87
- run : |
88
- .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
89
- cc13x4_26x4 LP_EM_CC1354P10_6 lock-mtd \
90
- out/artifacts/ti-cc13x4_26x4-lock-mtd/chip-LP_EM_CC1354P10_6-lock-example.out \
91
- /tmp/bloat_reports/
92
78
- name : Get Pump App size stats
93
79
run : |
94
80
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ name: Build example - TI CC32XX
16
16
17
17
on :
18
18
workflow_dispatch :
19
- # Temporarely disabled:
20
- # - TI CI runs out of disk space
21
- # - Image should be updated to an Ubuntu 24.04 or higher based one (move from :54 version)
22
- # push:
23
- # branches-ignore:
24
- # - 'dependabot/**'
25
- # pull_request:
26
- # merge_group:
19
+ push :
20
+ branches-ignore :
21
+ - " dependabot/**"
22
+ pull_request :
23
+ merge_group :
27
24
28
25
concurrency :
29
26
group : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
You can’t perform that action at this time.
0 commit comments