Skip to content
Snippets Groups Projects
Commit d5cf8c57 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

.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.
parent ca008bfd
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ before_script:
script:
- make -C mpy-cross
- make -C minimal build/firmware.bin test
- make -C minimal CROSS=1 build/firmware.bin
- ls -l minimal/build/firmware.bin
- tools/check_code_size.sh
- mkdir -p ${HOME}/persist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment