Skip to content

laristra/documentation

Repository files navigation

Documentation

Documentation for how to use GitHub, Travis CI, CodeCov, SonarQube, Pydoc, Doxygen, Make, CMake, and Docker with python, c, or c++.

The documentation_python.md file contains instructions on how to use GitHub, Travis CI, CodeCov, SonarQube, Pydoc, and Docker on a python project. The example repo is python-ci.

The documentation_c.md file contains instructions on how to use GitHub, Travis CI, CodeCov, SonarQube, and Doxygen for a c project. The example repo is c.

The documentation_c-makefile.md file contains instructions on how to use GitHub, Travis CI, CodeCov, SonarQube, Doxygen, and Make for a c project. The example repo is c-makefile.

The documentation_cpp-cmake.md file contains instructions on how to use GitHub, Travis CI, CodeCov, SonarQube, Doxygen, and CMake for a c++ project. The example repo is cpp-cmake.

The documentation_ccmake-docker.md file contains instructions on how to use GitHub, Travis CI, CodeCov, SonarQube, Doxygen, CMake, and Docker for a c project. The example repo is ccmake-docker. The buildenv repo creates a build environment of Fedora and Ubuntu for the ccmake-docker repo.