Skip to content

Commit 3d6888d

Browse files
CI: build the FFT example for the size diff workflow.
1 parent 22920ba commit 3d6888d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/size-diff.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
EOF
7373
echo "coda.json after:"
7474
cat codal.json
75+
- name: Move fft example
76+
run: |
77+
mv libraries/codal-microbit-v2/samples/fft_example.cpp source/main.cpp
78+
cat source/main.cpp
7579
- name: Build using build.py
7680
run: python build.py
7781
- name: Save ELF file in a different directory

0 commit comments

Comments
 (0)