Awesome
travis_gcc_cpp17_gprof
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:
STL
only - 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