Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2 KB

File metadata and controls

27 lines (21 loc) · 2 KB

travis_qmake_gcc_cpp98_debug_gcov

Branch Travis CI logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.io

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: STL only
  • Build mode(s): debug and release
  • Code coverage: gcov in debug mode 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:

More complex builds: