Awesome
travis_gcc_cpp17
Branch | Status |
---|---|
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
- Source: one single file,
main.cpp
Less complex builds:
- Use C++98: travis_gcc_cpp98
- Use C++11: travis_gcc_cpp11
- Use C++14: travis_gcc_cpp14
Equally complex builds:
- Use clang instead of GCC: travis_clang_cpp17
More complex builds:
- Use of
qmake
: travis_qmake_gcc_cpp17