Skip to content

Commit c274d2c

Browse files
committed
gh-actions: Build ectool
Signed-off-by: Daniel Schaefer <dhs@frame.work> (cherry picked from commit cc076b5)
1 parent bd82086 commit c274d2c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/zephyr-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
git reset --hard ${{ matrix.platform.cmsis_ref }}
7070
popd
7171
72+
- name: Build ${{ matrix.platform.name }} ectool
73+
if: ${{ matrix.platform.zephyr_ref == 'framework-main' }}
74+
run: |
75+
cros_sdk bash -c 'pushd ../platform/ec; BOARD=host make clean'
76+
cros_sdk bash -c 'pushd ../platform/ec; BOARD=host make utils'
77+
7278
# Note:
7379
# By default cros_sdk changes into src/scripts folder.
7480
# But that will make zmake pick up the scripts git commit SHA

0 commit comments

Comments
 (0)