mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Fix travis
This commit is contained in:
parent
41b36b153a
commit
e9cabc452c
3 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue