mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 22:04:32 +00:00
fix docs
This commit is contained in:
parent
cec074b676
commit
15b1898e59
@ -58,7 +58,8 @@ class BuildBotShedulers(BuildBotModule):
|
||||
'clean': True,
|
||||
'test': True,
|
||||
'release': False,
|
||||
'deploy': True
|
||||
'deploy': True,
|
||||
'copyFolder': 'Distro'
|
||||
},
|
||||
treeStableTimer=60
|
||||
),
|
||||
|
@ -30,14 +30,6 @@ class Docs(CMake):
|
||||
'Generate docs for the project',
|
||||
self.isDeploy)]
|
||||
|
||||
def mkDirProp(props):
|
||||
return ['mkdir', '-p', str(props.getProperty('copyFolder'))]
|
||||
|
||||
res += [self.generateStep(mkDirProp,
|
||||
platform,
|
||||
'create dir ',
|
||||
self.isDeploy)]
|
||||
|
||||
res += [steps.CopyDirectory(
|
||||
src="docs/html",
|
||||
dest=util.Interpolate('%(prop:copyFolder)s'))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user