Remove depth

This commit is contained in:
Alexis La Goutte 2017-10-12 06:09:14 +00:00 committed by Dmitri Tikhonov
parent 327861087d
commit 1380259088
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ before_install:
- cmake --version
before_script:
# First build external lib
- git clone --depth 1 https://boringssl.googlesource.com/boringssl
- git clone https://boringssl.googlesource.com/boringssl
- cd boringssl
- git checkout chromium-stable
- cmake .