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:
STL
only - 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
qmake
instead ofcmake
: travis_qmake_gcc_cpp11
Less complex builds:
- Use
C++98
: travis_cmake_gcc_cpp98