travisqmakegcccpp98boosttestgcov
April 29, 2017 ยท View on GitHub
| Branch | ![]() | ![]() |
|---|---|---|
| master |
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:
qmake - C++ compiler:
gcc - C++ version:
C++98 - Libraries:
STLand Boost, demonstrating Boost.Test - Code coverage: yes
- Source: multiple files
More complex builds:
- Do both a debug and release build: travis_qmake_gcc_cpp98_boost_test_debug_and_release_gcov
- Use C++11: travis_qmake_gcc_cpp11_boost_test_gcov
- Add OCLint: travis_qmake_gcc_cpp98_boost_test_gcov_oclint
Less complex builds:
- No code coverage: travis_qmake_gcc_cpp98_boost_test
- No Boost.Test: travis_qmake_gcc_cpp98_gcov

