mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor updates
This commit is contained in:
parent
76481bc794
commit
77002dd06a
3 changed files with 6 additions and 1 deletions
|
@ -19,6 +19,8 @@ install:
|
|||
- export PATH=$VERILATOR_ROOT/bin:$PATH
|
||||
# Install toolchain
|
||||
- ci/toolchain_install.sh -all
|
||||
# build project
|
||||
- make -s
|
||||
|
||||
# stages ordering
|
||||
stages:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
set -e
|
||||
|
||||
# ensure build
|
||||
make -C hw -s
|
||||
make -s
|
||||
|
||||
coverage()
|
||||
{
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
# ensure build
|
||||
make -s
|
||||
|
||||
# clear POCL cache
|
||||
rm -rf ~/.cache/pocl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue