Tweak genRelease for web target directory instead of internal in gitlab branch.

This commit is contained in:
Jon Leech 2016-07-01 01:32:28 -07:00
parent e5b16130fe
commit b7cac8fc28
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@ from genspec import *
buildBranch('1.0',
coreTargets = True,
repoDir = '/home/tree/git/vulkan',
outDir = '/home/tree/git/vulkan/out')
repoDir = '/home/tree/git/Vulkan-Docs',
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
buildBranch('1.0-wsi_extensions',
coreTargets = False,
repoDir = '/home/tree/git/vulkan',
outDir = '/home/tree/git/vulkan/out')
repoDir = '/home/tree/git/Vulkan-Docs',
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
print('echo Info: post-generation cleanup')
print('git checkout ' + coreBranch)