Remove gcc build from before scripts

This commit is contained in:
Florian Zaruba 2018-02-06 11:58:37 +01:00
parent f378e3be6a
commit d689886645
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792

View file

@ -40,10 +40,6 @@ branches:
before_install:
- export CXX=g++-4.8 CC=gcc-4.8
- ci/build-riscv-gcc.sh
- ci/install-verilator.sh
- ci/install-fesvr.sh
- export VERILATOR_ROOT=$TRAVIS_BUILD_DIR/tmp/verilator-3.918/
stages:
- compile
@ -56,6 +52,9 @@ jobs:
- ci/build-riscv-gcc.sh
- stage: test
script:
- ci/install-verilator.sh
- ci/install-fesvr.sh
- export VERILATOR_ROOT=$TRAVIS_BUILD_DIR/tmp/verilator-3.918/
- ci/build-riscv-tests.sh
- make run-asm-tests-verilator verilator=$TRAVIS_BUILD_DIR/tmp/bin/verilator