Skip to content

A repository showing how to install a modern version of CMake and cache this on CircleCI

Notifications You must be signed in to change notification settings

nhlumen/circleci-cmake-now

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

circleci-cmake-now

CircleCI is great for unit testing in languages like Python and Ruby, but it can take a bit more work to set up C/C++ projects, because the build toolchains need to be set up manually. One of the problems I ran into is that the CMake which is installed by default is only v2.8; the most recent stable version is v3.6. With this repository, you can:

  • Have a working version of CMake in seconds on CircleCI simply by forking the repository.
  • Have a pre-set up cache for CMake, so that it is only installed once.
  • Use the lines from the config file in your own project.

About

A repository showing how to install a modern version of CMake and cache this on CircleCI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published