traviscmakegcc_cpp14
July 19, 2019 ยท View on GitHub
| Branch | ![]() |
|---|---|
master | |
develop |
This GitHub is part of:
The goal of this project is to have a clean Travis CI build, with specs:
- Build system:
cmake - C++ compiler:
gcc - C++ version:
C++14 - Libraries:
STLonly - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
Use C++17: travis_cmake_gcc_cpp17
Add
Bio++: travis_cmake_gcc_cpp14_bppAdd
Boost: travis_cmake_gcc_cpp14_boostAdd
Boost.Graph: travis_cmake_gcc_cpp14_boost_graphAdd
Boost.Test: travis_cmake_gcc_cpp14_boost_testUse Boost on XML: travis_cmake_gcc_cpp14_boost_xml
Add CodeChecker: travis_cmake_gcc_cpp14_codechecker
Add Doxygen: travis_cmake_gcc_cpp14_doxygen
Add code coverage: travis_cmake_gcc_cpp14_gcov
Add
cppcheck: travis_cmake_gcc_cpp14_cppcheckAdd
FLTK: travis_cmake_gcc_cpp14_fltkAdd
gprof: travis_cmake_gcc_cpp14_gprofAdd
OCLint: travis_cmake_gcc_cpp14_oclintAdd
perf: travis_cmake_gcc_cpp14_perfAdd
Qt: travis_cmake_gcc_cpp14_qtAdd
R: travis_cmake_gcc_cpp14_rAdd
SDL: travis_cmake_gcc_cpp14_sdlAdd
SFML: travis_cmake_gcc_cpp14_sfmlAdd
Rcpp: travis_cmake_gcc_cpp14_rcppAdd
Urho3D: travis_cmake_gcc_cpp14_urho3dAdd
Wt: travis_cmake_gcc_cpp14_wtAdd
xml++: travis_cmake_gcc_cpp14_xmlppTravis-dependent compilation: travis_cmake_gcc_cpp14_tdc
Travis-dependent run: travis_cmake_gcc_cpp14_tdr
Builds of similar complexity:
Use
qmakeinstead ofcmake: travis_qmake_gcc_cpp14Use
clanginstead ofgcc: travis_cmake_clang_cpp14
Less complex builds:
Use C++98: travis_cmake_gcc_cpp98
Use C++11: travis_cmake_gcc_cpp11
