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++14
- Libraries:
STL
and Boost, demonstrating Boost.Test - Code coverage: yes
- Source: multiple files
More complex builds:
- Use of OCLint: travis_qmake_gcc_cpp14_boost_test_gcov_oclint
- Use of Qt4: travis_qmake_gcc_cpp14_boost_test_gcov_qt4
- Use of Qt5: travis_qmake_gcc_cpp14_boost_test_gcov_qt5
Less complex builds:
- Use C++98: travis_qmake_gcc_cpp98_boost_test_gcov
- Use C++11: travis_qmake_gcc_cpp11_boost_test_gcov