mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Add command to build a tarball containing the demo and samples
This commit is contained in:
@@ -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 ' \
|
||||
|
||||
Reference in New Issue
Block a user