mirror of
https://github.com/monero-project/meta.git
synced 2024-12-22 11:39:22 +00:00
Merge pull request #40 from danrmiller/core-timeout
remove a timeout from CoreFactory for building gui
This commit is contained in:
commit
39b77b4683
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ win64ReleaseFactory.addStep(steps.FileUpload(slavesrc=WithProperties("monero-%(g
|
|||
|
||||
coreFactory = util.BuildFactory()
|
||||
coreFactory.addStep(steps.Git(repourl='https://github.com/monero-project/monero-core.git', mode='full'))
|
||||
coreFactory.addStep(steps.Compile(command = ["bash", "-ex", "build.sh"]))
|
||||
coreFactory.addStep(steps.Compile(command = ["bash", "-ex", "build.sh"], timeout=None))
|
||||
|
||||
coreOsxFactory = util.BuildFactory()
|
||||
coreOsxFactory.addStep(steps.Git(repourl='https://github.com/monero-project/monero-core.git', mode='full'))
|
||||
|
|
Loading…
Reference in a new issue