travisqmakegcccpp17gcov
June 20, 2021 ยท View on GitHub
| Branch | ![]() | ![]() | ![]() |
|---|---|---|---|
master | |||
develop |
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++17 - 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 is measured by CodeCov.
More complex builds:
Use C++17: travis_qmake_gcc_cpp17_gcov
Builds of similar complexity:
Use Travis CI: travis_qmake_gcc_cpp17_gcov
Use GitLab CI: gitlab_qmake_gcc_cpp17_gcov
Use GitHub Actions: gha_qmake_gcc_cpp17_gcov
Less complex builds:
Use C++17 without codecov: travis_qmake_gcc_cpp17


