forked from mia/Aegisub
Update doxygen build factory.
Originally committed to SVN as r3386.
This commit is contained in:
parent
e046f753d9
commit
986ccb95f8
1 changed files with 12 additions and 14 deletions
|
@ -598,22 +598,20 @@ fwww_dox = factory.BuildFactory()
|
|||
fwww_dox.addStep(source.SVN(mode="clobber", svnurl=source_unix))
|
||||
|
||||
fwww_dox.addStep(shell.ShellCommand(
|
||||
name = "autogen",
|
||||
description = "autogening",
|
||||
descriptionDone = "autogen",
|
||||
haltOnFailure=True,
|
||||
command=["./autogen.sh", "--skip-configure"],
|
||||
env={
|
||||
'ACLOCAL_FLAGS': '-I /Users/verm/prefix/share/aclocal',
|
||||
'AUTOMAKE': '/Users/verm/prefix/bin/automake-1.9',
|
||||
'ACLOCAL': '/Users/verm/prefix/bin/aclocal-1.9',
|
||||
'AUTOCONF': '/Users/verm/prefix/bin/autoconf-2.61',
|
||||
'AUTOHEADER': '/Users/verm/prefix/bin/autoheader-2.61',
|
||||
'BIN_CONVERT': '/Users/verm/prefix/bin/convert'
|
||||
}
|
||||
name = "doxygen",
|
||||
description = "doxygening",
|
||||
descriptionDone = "doxygen",
|
||||
logfiles={
|
||||
'doxygen.log': 'doxygen.log'
|
||||
},
|
||||
command=[
|
||||
"sh",
|
||||
"-x",
|
||||
"tinderbox/www/doxygen.sh"
|
||||
],
|
||||
haltOnFailure=True
|
||||
))
|
||||
|
||||
|
||||
##########
|
||||
# BUILDERS
|
||||
##########
|
||||
|
|
Loading…
Reference in a new issue