Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

unix-junkie/teamcity-autotools-plugin

Repository files navigation

TeamCity Autotools Plug-in

License Build Status codecov.io

See the Wiki section for more screenshots.

Features

  • Build step auto-detection (based on configure.ac, configure.in or configure 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 of Makefile'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.