minor updates
This commit is contained in:
@@ -19,6 +19,8 @@ install:
|
|||||||
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
||||||
# Install toolchain
|
# Install toolchain
|
||||||
- ci/toolchain_install.sh -all
|
- ci/toolchain_install.sh -all
|
||||||
|
# build project
|
||||||
|
- make -s
|
||||||
|
|
||||||
# stages ordering
|
# stages ordering
|
||||||
stages:
|
stages:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# ensure build
|
# ensure build
|
||||||
make -C hw -s
|
make -s
|
||||||
|
|
||||||
coverage()
|
coverage()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
# exit when any command fails
|
# exit when any command fails
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# ensure build
|
||||||
|
make -s
|
||||||
|
|
||||||
# clear POCL cache
|
# clear POCL cache
|
||||||
rm -rf ~/.cache/pocl
|
rm -rf ~/.cache/pocl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user