Turn on C++11 Travis testing for R
R tests use 'R CMD SHLIB' to compile the wrappers and there is no easy way to change the compiler this tool uses.
This commit is contained in:
parent
d5d4f18021
commit
f12d14d1be
1 changed files with 4 additions and 0 deletions
|
|
@ -236,6 +236,10 @@ matrix:
|
|||
env: SWIGLANG=python SWIG_CC=gcc-5 SWIG_CXX=g++-5 CPP11=1
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- os: linux
|
||||
env: SWIGLANG=r CPP11=1 # Note: making 'R CMD SHLIB' use a different compiler is non-trivial
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- os: linux
|
||||
env: SWIGLANG=ruby SWIG_CC=gcc-5 SWIG_CXX=g++-5 CPP11=1
|
||||
sudo: required
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue