Update Travis build script.

This commit is contained in:
iabdalkader 2021-05-23 19:06:17 +02:00
parent b7b8382d79
commit 4b14639b17

View File

@ -4,6 +4,9 @@ sudo: required
language: c
stage: build
git:
depth: 5
notifications:
email:
on_success: never
@ -18,7 +21,8 @@ cache:
script:
# update submodules
- git submodule update --init --recursive
- git submodule update --init --depth=5
- git -C src/micropython/ submodule update --init --depth=5
# install ARM GCC
- pushd .
- cd ~ && mkdir gcc && cd gcc