travisqmakegcccpp11debug_gcov
April 17, 2016 ยท View on GitHub
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++11 - Build system:
qmake - C++ compiler:
g++ - Libraries:
STLonly - Code coverage:
gcov(note: it should show the code coverage is below 100%) in debug build only - Source: multiple files
Additionally, the code coverage should be measured by CodeCov.
Less complex builds:
- C++98: travis_qmake_gcc_cpp98_debug_gcov
- gcov in both builds: travis_qmake_gcc_cpp11_gcov
- debug and release mode: travis_qmake_gcc_cpp11_debug
More complex builds:

