Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370301 | Differences between
and this patch

Collapse All | Expand All

(-)master.cfg (-2 / +2 lines)
Lines 50-57 Link Here
50
# check out the source
50
# check out the source
51
dist_check.addStep(Git(repourl=None, mode='copy'))
51
dist_check.addStep(Git(repourl=None, mode='copy'))
52
# run the tests (note that this will require that 'trial' is installed)
52
# run the tests (note that this will require that 'trial' is installed)
53
dist_check.addStep(ShellCommand(command=["./autogen.sh", "CC=gcc-4.5.2", "CXX=gcc-4.5.2"]))
53
dist_check.addStep(ShellCommand(command=["./autogen.sh"]))
54
dist_check.addStep(ShellCommand(command=["make", "distcheck", "-j8"]))
54
dist_check.addStep(ShellCommand(command=["make", "distcheck", "-j8", "CC=gcc-4.5.2", "CXX=gcc-4.5.2"]))
55
55
56
from buildbot.config import BuilderConfig
56
from buildbot.config import BuilderConfig
57
57

Return to bug 370301