-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Labels
Description
I wanted to extend the build matrix for Linux on Travis CI, and was wondering what toolchains / to versions cinder aims to support.
For example, the cmake files claim to require only cmake 2.8, Ubuntu 14.04 however comes with 2.8.12, so 2.8 seems overly restrictive. The Travis-CI images come with preinstalled 3.9, and the dependency script installs 3.2.
The situation with the compilers is similarly unclear. Is gcc supposed to be supported at all? Which version?