Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-27 | Add a Travis build matrix option for C++14. | Peter Powell | |
2019-04-16 | Upgrade Travis CI system to Xenial. | Peter Powell | |
2018-07-31 | Remove support for static modules. | Peter Powell | |
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. | |||
2016-09-15 | Speed up Travis builds. | Peter Powell | |
- 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-04-10 | Add configuration for building with Travis-CI. | Peter Powell | |