Branch | |
---|---|
master | |
develop |
This GitHub is part of:
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
- Static code analysis:
clang-tidy
- Source: one single file,
main.cpp
More complex builds:
- Add
clang-tidy
: travis_qmake_gcc_cpp17_clang-tidy
Builds of similar complexity:
- [none]
Less complex builds:
- No
clang-tidy
: travis_qmake_gcc_cpp14