Skip to content
Snippets Groups Projects
Commit b7cbf241 authored by Mick Jordan's avatar Mick Jordan
Browse files

add env var to suppress release dist generation

parent 02075db6
Branches
No related tags found
No related merge requests found
......@@ -553,6 +553,9 @@ class ReleaseBuildTask(mx.NativeBuildTask):
targetFile.write(LauncherTemplate(open(source).read()).substitute(dictionary))
def build(self):
if os.environ.has_key('FASTR_NO_RELEASE'):
mx.log('FastR: not updating release project')
return
# copy the release directories
output_dir = self.subject.dir
fastr_dir = _fastr_suite.dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment