Skip to content

alexey-sidnev/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