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++14
- Libraries:
STL
only - Code coverage: none
- Source: one single file,
main.cpp
- Checked by OCLint
More complex builds:
- Use C++17: travis_qmake_gcc_cpp17_oclint
Builds of similar complexity:
- Use Travis CI: travis_qmake_gcc_cpp14_oclint
- Use GitLab CI: gitlab_qmake_gcc_cpp14_oclint
- Use GitHub Actions: gha_qmake_gcc_cpp14_oclint
Less complex builds:
- Use C++11: travis_qmake_gcc_cpp11_oclint
- No OCLint: travis_qmake_gcc_cpp14