forked from qt-creator/qt-creator
Project: Clone binary artifacts via http
git port is sometimes blocked by firewalls. Change-Id: I8e53b119ec3401532a9da578b64d112250962f46 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
6d33f9d72a
commit
8728fb078e
@@ -119,7 +119,9 @@ macx {
|
||||
deployqt.depends = install
|
||||
win32 {
|
||||
deployartifacts.depends = install
|
||||
deployartifacts.commands = git clone "git://code.qt.io/qt-creator/binary-artifacts.git" -b $$BINARY_ARTIFACTS_BRANCH&& xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\"&& rmdir /s /q binary-artifacts
|
||||
deployartifacts.commands = git clone "http://code.qt.io/qt-creator/binary-artifacts.git" -b $$BINARY_ARTIFACTS_BRANCH \
|
||||
&& xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\" \
|
||||
&& rmdir /s /q binary-artifacts
|
||||
QMAKE_EXTRA_TARGETS += deployartifacts
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user