Configure Travis to build shaders with glsl-unit

This commit is contained in:
Tom Payne
2013-03-23 18:15:55 +01:00
parent 711e4be19e
commit 4ec8bf2360
3 changed files with 4 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ else:
variables.PYTHON = 'python'
variables.PHANTOMJS = 'phantomjs'
TEMPLATE_GLSL_COMPILER_JS = '../glsl-unit/bin/template_glsl_compiler.js'
TEMPLATE_GLSL_COMPILER_JS = 'build/glsl-unit/bin/template_glsl_compiler.js'
variables.BRANCH = output(
'%(GIT)s', 'rev-parse', '--abbrev-ref', 'HEAD').strip()