aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-12-08 10:04:44 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-12-19 09:14:11 +0000
commitc8c532a0e61b43ce0ccc59e4d99793e07d315e31 (patch)
tree06ccf13f4a08c0b55f3a7a7df84aabdb8091715f /qtcreator.pro
parent8728fb078ec1ce54f1295c4357b7a516e33e5953 (diff)
Use shallow clone for binary artifacts
The repo is deleted anyway right after the files are copied. Change-Id: Iec4ae3ca45e94c95a911f245bded36025d3f799b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index e103d2b9b9..ebcd9d7223 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -119,7 +119,8 @@ macx {
deployqt.depends = install
win32 {
deployartifacts.depends = install
- deployartifacts.commands = git clone "http://code.qt.io/qt-creator/binary-artifacts.git" -b $$BINARY_ARTIFACTS_BRANCH \
+ deployartifacts.commands = git clone --depth 1 -b $$BINARY_ARTIFACTS_BRANCH \
+ "http://code.qt.io/qt-creator/binary-artifacts.git" \
&& xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\" \
&& rmdir /s /q binary-artifacts
QMAKE_EXTRA_TARGETS += deployartifacts