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:
- Build system:
qmake
- C++ compiler:
gcc
- C++ version:
C++17
- Libraries:
STL
only - Code coverage: none
- Profiling:
gprof
- Source: one single file,
main.cpp
More complex builds:
-
[none]
-
Use GitHub Actions (instead of Travis CI): gha_qmake_gcc_cpp17_gprof
Less complex builds:
- No
gprof
: travis_qmake_gcc_cpp17 - Use C++11: travis_qmake_gcc_cpp11_gprof
- Use C++14: travis_qmake_gcc_cpp14_gprof
- Use C++98: travis_qmake_gcc_cpp98_gprof