travisqmakeclang_cpp98
March 20, 2016 ยท View on GitHub
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:
qmake - C++ compiler:
clang - C++ version:
C++98 - Libraries:
STLonly - Code coverage: none
- Source: one single file,
main.cpp
More complex builds:
- Use of C++11: travis_qmake_clang_cpp11
- Use of C++14: travis_qmake_clang_cpp14
