Skip to content

codefresh-contrib/c-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling C applications with Codefresh

This project is a C project with make. The project also contains tests

Local usage

$ make

You can also run the tests with make.

$ make PROFILE=1 COVERAGE=1
$ make test
$ make PROFILE=1 COVERAGE=1 coverage profile

To use this project in Codefresh

  1. Create a free Codefresh account
  2. Fork this project in your Github account
  3. Create a new pipeline with codefresh.yml

More information at the documentation page

Enjoy!

(Original source code at github)

About

Example for C application with Codefresh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published