Test c++14 with gcc-7 as test-suite isn't quite ready for c++17
This commit is contained in:
parent
122642280c
commit
5adc133369
1 changed files with 2 additions and 2 deletions
|
|
@ -285,11 +285,11 @@ matrix:
|
|||
sudo: required
|
||||
dist: trusty
|
||||
- os: linux
|
||||
env: SWIGLANG=java SWIG_CC=gcc-7 SWIG_CXX=g++-7 CPP17=1
|
||||
env: SWIGLANG=java SWIG_CC=gcc-7 SWIG_CXX=g++-7 CPP14=1
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- os: linux
|
||||
env: SWIGLANG=python SWIG_CC=gcc-7 SWIG_CXX=g++-7 CPP17=1
|
||||
env: SWIGLANG=python SWIG_CC=gcc-7 SWIG_CXX=g++-7 CPP14=1
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- compiler: gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue