forked from qt-creator/qt-creator
Coin: Adjust repo cloning
Change-Id: I91cd5755208afcdf4a8d599fd2333249d6b50a11 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -16,12 +16,10 @@ instructions:
|
|||||||
directory: "{{.BuildDir}}"
|
directory: "{{.BuildDir}}"
|
||||||
- type: ChangeDirectory
|
- type: ChangeDirectory
|
||||||
directory: "{{.BuildDir}}"
|
directory: "{{.BuildDir}}"
|
||||||
- type: InstallSourceArchive
|
- type: ExecuteCommand
|
||||||
|
command: ["git", "clone", "--jobs={{.NumCPU}}", "--depth=50", "-b", "production", "git://{{.Env.QT_COIN_GIT_DAEMON}}/qt-project/qtsdk/tqtc-qtsdk","tqtc-qtsdk"]
|
||||||
maxTimeInSeconds: 600
|
maxTimeInSeconds: 600
|
||||||
maxTimeBetweenOutput: 600
|
maxTimeBetweenOutput: 600
|
||||||
project: qtsdk/tqtc-qtsdk
|
|
||||||
ref: production
|
|
||||||
directory: "build/tqtc-qtsdk"
|
|
||||||
userMessageOnFailure: "Failed to install tqtc-qtsdk, check logs"
|
userMessageOnFailure: "Failed to install tqtc-qtsdk, check logs"
|
||||||
- type: Group
|
- type: Group
|
||||||
instructions:
|
instructions:
|
||||||
|
Reference in New Issue
Block a user