mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-31 20:41:45 +01:00
.travis.yml: set git depth to false
This commit is contained in:
parent
d770a42349
commit
32468adb53
@ -22,11 +22,8 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
git:
|
git:
|
||||||
|
depth: false # Unshallow clone to obtain proper GIT_VERSION
|
||||||
submodules: false
|
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:
|
before_install:
|
||||||
- if [ "$CC" = "clang" ]; then
|
- if [ "$CC" = "clang" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user