Hi, I've got a positive reply to include a nightly build of the manual on the GIMP buildbot a few weeks ago.
In the mean time I created a snipped and tested it on my own machine:
f1 = factory.BuildFactory()
f1.addStep(buildbot.steps.source.Git(repourl="git://git.gnome.org/gimp-help-2",
mode="update"))
f1.addStep(ShellCommand(command=["./autogen.sh", "--without-gimp"]))
f1.addStep(ShellCommand(command=["make", "html"]))
Note: This will occupy quite a bit of disk space. On my buildbot where
I tested the snippet it was occupying about 710 MB.
Questions:
* Is it possible to synchronise the build artifacts (the generated
HTML or other formats) with wilber? If so it would make sense to
add more steps.
Cheers
--
Roman Joost
www: http://www.romanofski.de
email: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Gimp-developer mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
