Skip to content

Infrastructure with cmake, gtest, cpplint, travis-ci

Notifications You must be signed in to change notification settings

UsovaMA/infrastructure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure project

  • Build system: cmake
  • Tests: gtest
  • Code style check: cpplint
  • Continuous integration: travis-ci

Merging an upstream repository into your fork (master branch)

 git checkout master
 git pull https://github.com/alexey-sidnev/infrastructure.git master

Update working branch

 git checkout <your branch>
 git rebase master

About

Infrastructure with cmake, gtest, cpplint, travis-ci

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 82.5%
  • C++ 14.1%
  • C 3.4%