mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update Travis CI script.
* Seems mpy-cross does not get built in the right time.
This commit is contained in:
parent
757d783049
commit
a44985216b
@ -31,6 +31,7 @@ script:
|
||||
- popd
|
||||
- arm-none-eabi-gcc --version
|
||||
# build firmware
|
||||
- make -j5 -C src/micropython/mpy-cross
|
||||
- make -j5 TARGET=$TARGET -C src
|
||||
- mkdir ~/build/$TARGET
|
||||
- cp -r src/build/bin/* ~/build/$TARGET
|
||||
|
||||
Loading…
Reference in New Issue
Block a user