Merge pull request #1295 from YosysHQ/eddie/fix_travis

Fix Travis CI
This commit is contained in:
Clifford Wolf 2019-08-15 10:20:22 +02:00 committed by GitHub
commit 5422007400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 35 deletions

View File

@ -40,35 +40,6 @@ matrix:
env: env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.8 && CXX=g++-4.8" - MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.8 && CXX=g++-4.8"
# Latest gcc-6 on Travis Linux
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- gperf
- build-essential
- bison
- flex
- libreadline-dev
- gawk
- tcl-dev
- libffi-dev
- git
- graphviz
- xdot
- pkg-config
- python
- python3
- libboost-system-dev
- libboost-python-dev
- libboost-filesystem-dev
- zlib1g-dev
env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-6 && CXX=g++-6"
# Latest gcc supported on Travis Linux # Latest gcc supported on Travis Linux
- os: linux - os: linux
addons: addons:
@ -76,7 +47,7 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-7 - g++-9
- gperf - gperf
- build-essential - build-essential
- bison - bison
@ -96,7 +67,7 @@ matrix:
- libboost-filesystem-dev - libboost-filesystem-dev
- zlib1g-dev - zlib1g-dev
env: env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-7 && CXX=g++-7" - MATRIX_EVAL="CONFIG=gcc && CC=gcc-9 && CXX=g++-9"
# Clang which ships on Trusty Linux # Clang which ships on Trusty Linux
- os: linux - os: linux
@ -133,9 +104,9 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-trusty-5.0 - llvm-toolchain-xenial-8
packages: packages:
- clang-5.0 - clang-8
- gperf - gperf
- build-essential - build-essential
- bison - bison
@ -155,7 +126,7 @@ matrix:
- libboost-filesystem-dev - libboost-filesystem-dev
- zlib1g-dev - zlib1g-dev
env: env:
- MATRIX_EVAL="CONFIG=clang && CC=clang-5.0 && CXX=clang++-5.0" - MATRIX_EVAL="CONFIG=clang && CC=clang-8 && CXX=clang++-8"
# # Latest clang on Mac OS X # # Latest clang on Mac OS X
# - os: osx # - os: osx

View File

@ -51,7 +51,7 @@ fi
git clone git://github.com/steveicarus/iverilog.git git clone git://github.com/steveicarus/iverilog.git
cd iverilog cd iverilog
autoconf autoconf
./configure --prefix=$HOME/.local-bin CC=gcc CXX=g++ ./configure --prefix=$HOME/.local-bin
make make
make install make install
echo echo