Update Travis CI script.

* Seems mpy-cross does not get built in the right time.
This commit is contained in:
iabdalkader 2019-10-30 21:43:05 +02:00
parent 757d783049
commit a44985216b

View File

@ -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