Add command to build a tarball containing the demo and samples

This commit is contained in:
Robin Dunn
2017-04-04 14:19:30 -07:00
parent 4fd36fd137
commit cdf950c711
3 changed files with 76 additions and 7 deletions

View File

@@ -239,7 +239,8 @@ def makeFactory(port, buildType='buildOnly', pyVer='2.7'):
mode=mode, method=method))
if buildType == 'sdist':
cmd = 'python -u build.py %s setrev dox touch etg sip build sdist --upload' % pyVer
cmd = 'python -u build.py %s setrev dox touch etg sip build '\
'sdist sdist_demo --upload' % pyVer
elif buildType == 'docs':
cmd = 'python -u build.py %s setrev dox touch etg sip build wxlib ' \