travisqmakegcccpp17coverity
March 14, 2017 ยท View on GitHub
| Branch | ![]() |
|---|---|
| master | |
| coverity_scan |
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
- Static code analys: Coverity Scan
- Source: one single file,
main.cpp
More complex builds:
- [none]
Less complex builds:
- Use C++98: travis_qmake_gcc_cpp98_coverity
- Use C++11: travis_qmake_gcc_cpp11_coverity
- Use C++14: travis_qmake_gcc_cpp11_coverity
