traviscmakegcc_cpp17
July 19, 2019 ยท 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:
CMake - C++ compiler:
gcc - C++ version:
C++17 - Libraries:
STLonly - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
Add
Bio++: travis_cmake_gcc_cpp17_bppAdd
Boost: travis_cmake_gcc_cpp17_boostAdd
Boost.Test: travis_cmake_gcc_cpp17_boost_testAdd CodeChecker: travis_cmake_gcc_cpp17_codechecker
Add Doxygen: travis_cmake_gcc_cpp17_doxygen
Add code coverage: travis_cmake_gcc_cpp17_gcov
Add
cppcheck: travis_cmake_gcc_cpp17_cppcheckAdd
FLTK: travis_cmake_gcc_cpp17_fltkAdd
gprof: travis_cmake_gcc_cpp17_gprofAdd
OCLint: travis_cmake_gcc_cpp17_oclintAdd
perf: travis_cmake_gcc_cpp17_perfAdd
Qt: travis_cmake_gcc_cpp17_qtAdd
R: travis_cmake_gcc_cpp17_rAdd
SDL: travis_cmake_gcc_cpp17_sdlAdd
SFML: travis_cmake_gcc_cpp17_sfmlAdd
Rcpp: travis_cmake_gcc_cpp17_rcppAdd
Urho3D: travis_cmake_gcc_cpp17_urho3dAdd
Wt: travis_cmake_gcc_cpp17_wtAdd
xml++: travis_cmake_gcc_cpp17_xmlppTravis-dependent compilation: travis_cmake_gcc_cpp17_tdc
Travis-dependent run: travis_cmake_gcc_cpp17_tdr
Builds of similar complexity:
Use
clanginstead ofgcc: travis_cmake_clang_cpp17Use
qmakeinstead ofCMake: travis_qmake_gcc_cpp17
Less complex builds:
- Use C++98: travis_cmake_gcc_cpp98
- Use C++11: travis_cmake_gcc_cpp11
- Use C++14: travis_cmake_gcc_cpp14
