travisqmakegcccpp98gcov
August 10, 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++98 - Build system:
qmake - C++ compiler:
g++ - Libraries:
STLonly - Code coverage:
gcov(note: it should show the code coverage is below 100%) - Source: multiple files
Additionally, the code coverage should be measured by CodeCov.
More complex builds:
- Add Boost.Test: travis_qmake_gcc_cpp98_boost_test_gcov
- C++11: travis_qmake_gcc_cpp11_gcov
- C++14: travis_qmake_gcc_cpp14_gcov

