unix-junkie / teamcity-autotools-plugin

Adds GNU Autotools support to TeamCity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Adds GNU Autotools support to TeamCity

License:Apache License 2.0


Languages

Language:Java 94.5%Language:Shell 5.5%