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 language: c
stage: build stage: build
git:
depth: 5
notifications: notifications:
email: email:
on_success: never on_success: never
@ -18,7 +21,8 @@ cache:
script: script:
# update submodules # 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 # install ARM GCC
- pushd . - pushd .
- cd ~ && mkdir gcc && cd gcc - cd ~ && mkdir gcc && cd gcc