5 Commits

Author SHA1 Message Date
Peter Powell
aad20cbcb3 Add a Travis build matrix option for C++14. 2019-04-27 23:38:01 +01:00
Peter Powell
925429ed51 Upgrade Travis CI system to Xenial. 2019-04-16 10:58:48 +01:00
Peter Powell
d9a52277df Remove support for static modules.
This has been frequently broken in the past and as far as I know is
used by literally nobody.

Also, even if all modules are compiled into the core any libraries
linked against are and have always been linked dynamically making
this unusable on platforms without dynamic libraries.
2018-07-31 03:20:18 +01:00
Peter Powell
fb029add36 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.
2016-09-15 02:21:53 +01:00
Peter Powell
b198b696c8 Add configuration for building with Travis-CI. 2016-04-10 22:33:18 +01:00