Skip to content

matthewchungcodefresh/cpp-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Example of C++ compilation with Codefresh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.0%
  • CMake 10.7%
  • Dockerfile 3.3%