This project is a C++ template project with cmake
.
The project contains tests and cmake
configures for the tests.
$ cd cmake-example-build
$ cmake ../cmake-example
$ make
You can also run the tests with make
.
$ make test
- 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)