travisqmakegcccpp17oclint
June 20, 2021 ยท View on GitHub
| Branch | ![]() | ![]() | ![]() |
|---|---|---|---|
master | |||
develop |
Minimal C++ project that is checked by OCLint and checked by Travis.
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++17 - Libraries:
STLonly - Code coverage: none
- Source: one single file,
main.cpp - Checked by OCLint
More complex builds:
Use C++20: travis_qmake_gcc_cpp20_oclint
Builds of similar complexity:
Use Travis CI: travis_qmake_gcc_cpp17_oclint
Use GitLab CI: gitlab_qmake_gcc_cpp17_oclint
Use GitHub Actions: gha_qmake_gcc_cpp17_oclint
Less complex builds:
Use C++14: travis_qmake_gcc_cpp14_oclint
No OCLint: travis_qmake_gcc_cpp17


