aboutsummaryrefslogtreecommitdiff
path: root/tools/test-build
Commit message (Expand)AuthorAgeFilesLines
* Update build system for the removal of . from @INC.Gravatar Peter Powell2016-11-081-0/+3
* Speed up Travis builds.•••- Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable. Gravatar Peter Powell2016-09-151-8/+12
* Rename D to INSPIRCD_DEBUG.Gravatar Peter Powell2016-04-041-1/+1
* Rename V to INSPIRCD_VERBOSE.Gravatar Peter Powell2016-04-041-1/+1
* Rename PURE_STATIC to INSPIRCD_STATIC.Gravatar Peter Powell2016-04-041-2/+2
* Convert the build system to Perl 5.10.•••Thanks to Kross for the heads up on "use feature". Gravatar Peter Powell2015-03-251-7/+8
* Add development version checks to non-interactive mode.Gravatar Peter Powell2015-03-061-1/+1
* Add support for extra modules and custom compilers to test-build.Gravatar Peter Powell2014-12-071-6/+11
* Move common code to make::common from make::utilities.•••The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future. Gravatar Peter Powell2014-12-071-1/+1
* Add a tool for running test builds.Gravatar Peter Powell2013-12-161-0/+67