diff --git a/test/test-grapes.sh b/test/test-grapes.sh new file mode 100644 index 0000000000000000000000000000000000000000..239fe4b68aef95ef08711858fd59a5dbf102efb6 --- /dev/null +++ b/test/test-grapes.sh @@ -0,0 +1,16 @@ +#!/bin/bash +cd .. +# release grapes src code +rm -rf tmp/grapes-3.0.2 +# copy templates +cp -rf templates/grapes/3.0.2/grapes.x86.cpu.config ./ +# switch to config +./jarvis -use grapes.x86.cpu.config +# download grapes src code +./jarvis -d +# install dependency +./jarvis -dp +# build +./jarvis -b +# run +./jarvis -r \ No newline at end of file