travisgcccpp17_gprof
March 25, 2017 ยท View on GitHub
| 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: none
- C++ compiler:
gcc - C++ version:
C++17 - Libraries:
STLonly - Code coverage: none
- Profiling:
gprof - Source: one single file,
main.cpp
More complex builds:
- Add
qmake: travis_qmake_gcc_cpp17_gprof
Less complex builds:
- No
gprof: travis_gcc_cpp17
