store all source/collateral when moving to test run
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
||||
- save_cache:
|
||||
key: example-{{ .Branch }}-{{ .Revision }}
|
||||
paths:
|
||||
- "/home/riscvuser/project/sims/verisim"
|
||||
- "/home/riscvuser/project"
|
||||
|
||||
example-run-benchmark-tests:
|
||||
docker:
|
||||
|
||||
@@ -13,3 +13,5 @@ cd $HOME/project
|
||||
cd sims/verisim
|
||||
make clean
|
||||
make SUB_PROJECT=$1 JAVA_ARGS="-Xmx2G -Xss8M"
|
||||
|
||||
rm -rf ../../project
|
||||
|
||||
Reference in New Issue
Block a user