Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.17 KB

heroku-buildpack-cmake

Build Status

Yet another Heroku Buildpack for CMake, but this one downloads CMake from the official website, cmake.org.

Usage:

heroku buildpacks:set starkast/cmake

# if you use multiple buildpacks
heroku buildpacks:add --index 2 starkast/cmake

The starkast/cmake buildpack from the Heroku Buildpack Registry contains the latest stable version of the buildpack. If you'd like to use the source code from this Github repository, you can set your buildpack to the Github URL:

heroku buildpacks:set https://github.com/Starkast/heroku-buildpack-cmake

See the Heroku documentation for more information: