Update .travis.yml
disable parallel build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
dist: bionic
|
dist: bionic
|
||||||
os: linux
|
os: linux
|
||||||
compiler: clang
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@@ -20,7 +20,7 @@ install:
|
|||||||
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make -j
|
- make
|
||||||
- ci/test_runtime.sh
|
- ci/test_runtime.sh
|
||||||
- ci/test_driver.sh
|
- ci/test_driver.sh
|
||||||
- ci/test_riscv_isa.sh
|
- ci/test_riscv_isa.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user