Merge pull request #1344 from openmv/travis_fixes

Update Travis CI build.
This commit is contained in:
Ibrahim Abd Elkader 2021-05-28 21:48:03 +02:00 committed by GitHub
commit 184f3640b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ language: c
stage: build
git:
depth: 5
depth: 1
submodules: false
notifications:
@ -22,8 +22,8 @@ cache:
script:
# update submodules
- git submodule update --init --depth=5
- git -C src/micropython/ submodule update --init --depth=5
- git submodule update --init --depth=1 --no-single-branch
- git -C src/micropython/ submodule update --init --depth=1
# install ARM GCC
- pushd .
- cd ~ && mkdir gcc && cd gcc