Skip to content

atris/heroku-buildpack-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack: C

Use C-Buildpack if you need Heroku to execute a C application.

Usage

NOTE: The C app being deployed with this buildpack needs a makefile that will specify the build rules of the project.


$> heroku create myapp_name -s cedar
$> heroku config:add BUILDPACK_URL=https://github.com/atris/heroku-buildpack-C.git

create your app, see test-app for an example

$> git push heroku master


-----> Heroku receiving push
-----> Fetching custom git buildpack... done
-----> C app detected
-----> makefile found
gcc -o greesc1 greesc1.c
-----> Compilation done
-----> Discovering process types
Procfile declares types -> (none)
-----> Compiled slug size: 4K
-----> Launching... done, v9

About

C buildpack for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages