AppVeyor: do a real clone (instead of 'zip-clone') but limit to latest 5 commits
This commit is contained in:
parent
58c0f29355
commit
acdfde2062
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ environment:
|
||||||
|
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
|
|
||||||
shallow_clone: true
|
#shallow_clone: true
|
||||||
|
# limit clone to latest 5 commits
|
||||||
|
clone_depth: 5
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- scripts\build-appveyor.bat
|
- scripts\build-appveyor.bat
|
||||||
|
|
Loading…
Reference in a new issue