CI: disable LFS file downloading during regular cloning

This commit is contained in:
Ștefan Talpalaru 2019-06-12 15:19:14 +02:00
parent 9d8aa105ef
commit 0b5f595805
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,10 @@ version: '{build}'
# use an image with recent Mingw-w64 versions available on both architectures: https://www.appveyor.com/docs/windows-images-software/#mingw-msys-cygwin
image: Visual Studio 2015
environment:
# disable LFS file downloading during regular cloning
GIT_LFS_SKIP_SMUDGE: 1
cache:
- NimBinaries

View File

@ -9,6 +9,8 @@ cache:
git:
# when multiple CI builds are queued, the tested commit needs to be in the last X commits cloned with "--depth X"
depth: 10
# disable LFS file downloading during regular cloning
lfs_skip_smudge: true
matrix:
include: