mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1333 from openmv/travis_update
Update Travis build script.
This commit is contained in:
commit
ee5cf306ac
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user