This GitHub is part of the Travis C++ Tutorial.
The goal of this project is to have a clean Travis CI build, with specs:
- Build system: manual
- C++ compiler:
gcc
- C++ version:
C++98
- Libraries:
STL
only - Code coverage: none
- Static code analysis: Coverity Scan
- Source: one single file,
main.cpp
More complex builds:
- No Coverity Scan: travis_qmake_gcc_cpp98