See the Wiki section for more screenshots.
- Build step auto-detection (based on
configure.ac
,configure.in
orconfigure
files present in the source tree) - Build problem reporting
- Unit test reporting (incl. DejaGnu and Test Anything Protocol)
- Automatic artifact publishing
- If the configure phase fails,
config.log
will be published. - If the build phase fails, the generated
config.h
along with the tree ofMakefile
's will be published. - If the build succeeds,
make install
will be run (with the appropriate$(DESTDIR)
), and the contents of the install directory will be published as a.tar.gz
archive.
- If the configure phase fails,