1
0
Fork 0

silencing git clone

This commit is contained in:
Christian Kühnel 2019-12-13 16:21:07 +00:00
parent a695983f76
commit eb8690b8dc

View file

@ -23,5 +23,5 @@ if (Test-Path -PathType Container .git){
# TODO: in case of errors: delete folder and clone
} else {
Write-Output "performing git clone..."
git clone --depth 1 https://github.com/llvm/llvm-project 2>&1
git clone -q --depth 1 https://github.com/llvm/llvm-project 2>&1
}