Changed the output format for the build farm (again)

This commit is contained in:
Thomas Nagy 2012-07-05 10:19:20 +02:00
parent 31da29c1b1
commit e869a58021
1 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,14 @@ def configure(conf):
Logs.info(conf.path.find_node('build/config.log').read())
def build(bld):
print('Note: call "waf installcheck" (the default build does not do anything)')
from waflib.Build import BuildContext
class abc(BuildContext):
cmd = "installcheck"
fun = "installcheck"
def installcheck(bld):
bld.jobs = 1
#if bld.cmd == 'build':
# Logs.info('Running action build') # build farm