[devel at bb.net] Need help with Compile steps

MikeLing sabergeass at gmail.com
Mon Feb 29 06:52:31 UTC 2016


Hi:

     I meet some problem when I try to add * 
WarningCountingShellCommand* to Compile steps. When I read about this 
document(http://docs.buildbot.net/current/manual/cfg-buildsteps.html?highlight=warningcountingshellcommand#shellcommand), 
I haven't found where this 'f' been defined in configure file(maybe it 
should be 'factory'?).  And after I add:

    factory.addStep(steps.Compile(command=["make"],
                       warningPattern="^(.\*?):([0-9]+): [Ww]arning:
    (.\*)$",
    warningExtractor=Compile.warnExtractFromRegexpGroups,
    suppressionFile="support-files/noexistfile.supp"))


in configure file, it will tell me " the name 'Compile' is not 
defined".  Could you tell me what should I do next? How could I fix 
this? Thank you :)

MikeLing

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/devel/attachments/20160229/74b0c38c/attachment.html>


More information about the devel mailing list