This GitHub is part of:
The goal of this project is to have a clean Travis CI build, with specs:
- Build system:
cmake - C++ compiler:
gcc - C++ version:
C++11 - Libraries:
STLonly - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
- Use
C++14: travis_cmake_gcc_cpp14 - Add
lcov: https://github.com/codecov/example-cpp11-cmake
Equally complex builds:
- Use
qmakeinstead ofcmake: travis_qmake_gcc_cpp11
Less complex builds:
- Use
C++98: travis_cmake_gcc_cpp98
