2016-02-16 09:53:44 +00:00
|
|
|
#!/usr/bin/python3
|
|
|
|
|
2016-07-01 02:34:54 +00:00
|
|
|
from genspec import *
|
2016-02-16 09:53:44 +00:00
|
|
|
|
2016-07-01 02:34:54 +00:00
|
|
|
buildBranch('1.0',
|
2016-07-11 01:13:41 +00:00
|
|
|
xmlTargets = 'clobber full_install pdf_install',
|
|
|
|
specTargets = 'xhtml styleguide manhtml manhtmlpages pdf manpdf',
|
|
|
|
repoDir = '/home/tree/git/vulkan',
|
|
|
|
outDir = '/home/tree/git/vulkan/out')
|
2016-07-01 02:34:54 +00:00
|
|
|
buildBranch('1.0-wsi_extensions',
|
2016-07-11 01:13:41 +00:00
|
|
|
xmlTargets = 'clobber full_install',
|
|
|
|
specTargets = 'xhtml manhtml',
|
|
|
|
repoDir = '/home/tree/git/vulkan',
|
|
|
|
outDir = '/home/tree/git/vulkan/out')
|
2016-02-16 09:53:44 +00:00
|
|
|
|
|
|
|
print('echo Info: post-generation cleanup')
|
2016-07-01 02:34:54 +00:00
|
|
|
print('git checkout ' + coreBranch)
|
2016-02-16 09:53:44 +00:00
|
|
|
|
2016-07-01 02:34:54 +00:00
|
|
|
createTags(buildOnFriday())
|