travisqmakegcccpp98debug_gcov
May 5, 2017 ยท View on GitHub
| Branch | ![]() | ![]() |
|---|---|---|
| master | ||
| develop |
This GitHub is part of the Travis C++ Tutorial.
The goal of this project is to have a clean Travis CI build, with specs:
- C++ version:
C++98 - Build system:
qmake - C++ compiler:
g++ - Libraries:
STLonly - Build mode(s):
debugandrelease - Code coverage:
gcovindebugmode only (note: it should show the code coverage is below 100%) - Source: multiple files
Additionally, the code coverage should be measured by CodeCov.
Less complex builds:
- No code coverage: travis_qmake_gcc_cpp98_debug_and_release
- One build mode only: travis_qmake_gcc_cpp98_gcov
More complex builds:

