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 02:00:02 +00:00
|
|
|
xmlTargets = 'clobber full_install pdf_install',
|
|
|
|
specTargets = 'xhtml styleguide manhtml manhtmlpages pdf',
|
|
|
|
repoDir = '/home/tree/git/Vulkan-Docs',
|
|
|
|
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
|
2016-07-01 02:34:54 +00:00
|
|
|
buildBranch('1.0-wsi_extensions',
|
2016-07-11 02:00:02 +00:00
|
|
|
xmlTargets = 'clobber full_install',
|
|
|
|
specTargets = 'xhtml manhtml',
|
|
|
|
repoDir = '/home/tree/git/Vulkan-Docs',
|
|
|
|
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
|
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())
|