mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Use gcc-6 providing C11 features
This commit is contained in:
parent
5dd320b6b9
commit
0c481ef748
1 changed files with 13 additions and 1 deletions
14
.travis.yml
14
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue