You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
.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.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user