Fix travis

This commit is contained in:
Michael Schaffner 2018-09-13 10:32:54 +02:00
parent 41b36b153a
commit e9cabc452c
No known key found for this signature in database
GPG key ID: 7AA09AE049819C2C
3 changed files with 9 additions and 5 deletions

View file

@ -53,16 +53,17 @@ before_install:
- git submodule update --init --recursive
stages:
- compile
- compile1
- compile2
- test
jobs:
include:
- stage: compile
- stage: compile1
name: build gcc
script:
- ci/build-riscv-gcc.sh
- stage: compile
- stage: compile2
name: build tools
script:
- ci/install-verilator.sh

View file

@ -18,7 +18,8 @@ sudo apt install \
flex \
texinfo \
python-pexpect \
libusb-1.0-0-dev
libusb-1.0-0-dev \
default-jdk
# customize your paths here
source ci/path-setup.sh

View file

@ -19,7 +19,7 @@ sudo apt install \
texinfo \
python-pexpect \
libusb-1.0-0-dev \
device-tree-compiler
default-jdk
# customize your paths here
source ci/path-setup.sh
@ -30,6 +30,8 @@ ci/build-riscv-gcc.sh
ci/install-fesvr.sh
ci/install-verilator.sh
ci/build-riscv-tests.sh
ci/install-dtc.sh
ci/install-spike.sh
make clean
# run asm tests on verilator