mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-15 22:53:47 +00:00
.travis.yml: set git depth to false
This commit is contained in:
parent
d770a42349
commit
32468adb53
@ -22,11 +22,8 @@ matrix:
|
||||
compiler: gcc
|
||||
|
||||
git:
|
||||
depth: false # Unshallow clone to obtain proper GIT_VERSION
|
||||
submodules: false
|
||||
# Unshallow clone to obtain proper GIT_VERSION
|
||||
# There's no variable to disable depth, so we just have to set it to a huge number
|
||||
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
|
||||
depth: 100000
|
||||
|
||||
before_install:
|
||||
- if [ "$CC" = "clang" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user