Skip to content

Commit d5cf8c5

Browse files
committed
.travis.yml: minimal: Use CROSS=1, for binary size check.
x86 has bloated alignements, etc. Use ARM binary to catch any code size increases promptly.
1 parent ca008bf commit d5cf8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_script:
2727

2828
script:
2929
- make -C mpy-cross
30-
- make -C minimal build/firmware.bin test
30+
- make -C minimal CROSS=1 build/firmware.bin
3131
- ls -l minimal/build/firmware.bin
3232
- tools/check_code_size.sh
3333
- mkdir -p ${HOME}/persist

0 commit comments

Comments
 (0)