From 7f1f76b36944fc0e63b16087d70d8ff935f20bae Mon Sep 17 00:00:00 2001 From: chen524 Date: Wed, 1 Nov 2023 06:21:52 +0000 Subject: [PATCH] add test/test-octopus.sh. Signed-off-by: chen524 --- test/test-octopus.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/test-octopus.sh diff --git a/test/test-octopus.sh b/test/test-octopus.sh new file mode 100644 index 0000000..ac9db30 --- /dev/null +++ b/test/test-octopus.sh @@ -0,0 +1,16 @@ +#!/bin/bash +cd .. +# release octopus src code +rm -rf tmp/octopus-10.3 +# copy templates +cp -rf templates/octopus/10.3/data.octopus.arm.kpgcc.cpu.config ./ +# switch to config +./jarvis -use data.octopus.arm.kpgcc.cpu.config +# download octopus src code +./jarvis -d +# install dependency +./jarvis -dp +# build +./jarvis -b +# run +./jarvis -r \ No newline at end of file -- Gitee