This project is a C project with make
.
The project also contains tests
$ make
You can also run the tests with make
.
$ make PROFILE=1 COVERAGE=1
$ make test
$ make PROFILE=1 COVERAGE=1 coverage profile
- Create a free Codefresh account
- Fork this project in your Github account
- Create a new pipeline with codefresh.yml
More information at the documentation page
Enjoy!
(Original source code at github)