mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Split compilation into two targets to reduce runtime on travis.
This commit is contained in:
parent
ca715c217b
commit
41b36b153a
1 changed files with 4 additions and 2 deletions
|
@ -59,9 +59,12 @@ stages:
|
|||
jobs:
|
||||
include:
|
||||
- stage: compile
|
||||
name: prepare cache
|
||||
name: build gcc
|
||||
script:
|
||||
- ci/build-riscv-gcc.sh
|
||||
- stage: compile
|
||||
name: build tools
|
||||
script:
|
||||
- ci/install-verilator.sh
|
||||
- ci/install-fesvr.sh
|
||||
- ci/install-dtc.sh
|
||||
|
@ -82,6 +85,5 @@ jobs:
|
|||
script:
|
||||
- ci/build-riscv-tests.sh
|
||||
- make -j${NUM_JOBS} run-asm-tests2-verilator verilator=$VERILATOR_ROOT/bin/verilator
|
||||
|
||||
# extra time during long builds
|
||||
install: travis_wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue