minor update
This commit is contained in:
@@ -20,7 +20,7 @@ install:
|
|||||||
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_wait 45 make
|
- travis_wait 45 make -s
|
||||||
- travis_wait 45 ci/test_runtime.sh
|
- travis_wait 45 ci/test_runtime.sh
|
||||||
- travis_wait 45 ci/test_driver.sh
|
- travis_wait 45 ci/test_driver.sh
|
||||||
- travis_wait 45 ci/test_riscv_isa.sh
|
- travis_wait 45 ci/test_riscv_isa.sh
|
||||||
|
|||||||
@@ -122,9 +122,9 @@ if [ $DEBUG -eq 1 ]
|
|||||||
then
|
then
|
||||||
if [ $SCOPE -eq 1 ]
|
if [ $SCOPE -eq 1 ]
|
||||||
then
|
then
|
||||||
DEBUG=1 SCOPE=1 CONFIGS="$CONFIGS" make -C $DRIVER_PATH $DRIVER_EXTRA > build.log 2>&1
|
DEBUG=1 SCOPE=1 CONFIGS="$CONFIGS" make -s -C $DRIVER_PATH $DRIVER_EXTRA
|
||||||
else
|
else
|
||||||
DEBUG=1 CONFIGS="$CONFIGS" make -C $DRIVER_PATH $DRIVER_EXTRA > build.log 2>&1
|
DEBUG=1 CONFIGS="$CONFIGS" make -s -C $DRIVER_PATH $DRIVER_EXTRA
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $HAS_ARGS -eq 1 ]
|
if [ $HAS_ARGS -eq 1 ]
|
||||||
@@ -136,9 +136,9 @@ then
|
|||||||
else
|
else
|
||||||
if [ $SCOPE -eq 1 ]
|
if [ $SCOPE -eq 1 ]
|
||||||
then
|
then
|
||||||
SCOPE=1 CONFIGS="$CONFIGS" make -C $DRIVER_PATH $DRIVER_EXTRA > build.log 2>&1
|
SCOPE=1 CONFIGS="$CONFIGS" make -s -C $DRIVER_PATH $DRIVER_EXTRA
|
||||||
else
|
else
|
||||||
CONFIGS="$CONFIGS" make -C $DRIVER_PATH $DRIVER_EXTRA > build.log 2>&1
|
CONFIGS="$CONFIGS" make -s -C $DRIVER_PATH $DRIVER_EXTRA
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $HAS_ARGS -eq 1 ]
|
if [ $HAS_ARGS -eq 1 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user