Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 779 Bytes

Compiling C++ applications with Codefresh

This project is a C++ template project with cmake. The project contains tests and cmake configures for the tests.

Local usage

$ cd cmake-example-build
$ cmake ../cmake-example
$ make

You can also run the tests with make.

$ make test

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)