10000 GitHub - alexey-sidnev/infrastructure: Infrastructure with cmake, gtest, cpplint, travis-ci
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Releases

No releases published

Packages

No packages published
0