Use gcc-6 providing C11 features

This commit is contained in:
Florian Zaruba 2018-02-05 15:04:38 +01:00
parent 5dd320b6b9
commit 0c481ef748
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792

View file

@ -1,8 +1,20 @@
language: cpp
matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
compiler:
- gcc
- clang
before_install:
- eval "${MATRIX_EVAL}"
- ci/make-tmp.sh
- ci/install-fesvr.sh
- ci/install-verilator.sh