Merge pull request #1333 from openmv/travis_update

Update Travis build script.
This commit is contained in:
Ibrahim Abd Elkader 2021-05-23 19:32:17 +02:00 committed by GitHub
commit ee5cf306ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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