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
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user