forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Orgad Shaneh
parent
8728fb078e
commit
c8c532a0e6
@@ -119,7 +119,8 @@ macx {
|
|||||||
deployqt.depends = install
|
deployqt.depends = install
|
||||||
win32 {
|
win32 {
|
||||||
deployartifacts.depends = install
|
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\" \
|
&& xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\" \
|
||||||
&& rmdir /s /q binary-artifacts
|
&& rmdir /s /q binary-artifacts
|
||||||
QMAKE_EXTRA_TARGETS += deployartifacts
|
QMAKE_EXTRA_TARGETS += deployartifacts
|
||||||
|
Reference in New Issue
Block a user