alexey-sidnev / infrastructure

Infrastructure with cmake, gtest, cpplint, travis-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CMake 82.5%Language:C++ 14.1%Language:C 3.4%