This build fails due to R its (current) lack of support of C++14.
This GitHub is part of
The goal of this project is to have a clean Travis CI build, with specs:
- Build system:
qmake
- C++ compiler:
gcc
- C++ version:
C++14
- Libraries:
STL
andRcpp
- Code coverage: none
- Source: one single file,
main.cpp
Less complex builds:
- C++98: travis_qmake_gcc_cpp98_rcpp
- C++11: travis_qmake_gcc_cpp11_rcpp
- STL only: travis_qmake_gcc_cpp11