From c1a7802719c53e16b738b2da12174315daead8ca Mon Sep 17 00:00:00 2001 From: lixiang_yewu Date: Mon, 8 Jan 2024 01:21:38 +0000 Subject: [PATCH] add test/test-boost.sh. Signed-off-by: lixiang_yewu --- test/test-boost.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/test-boost.sh diff --git a/test/test-boost.sh b/test/test-boost.sh new file mode 100644 index 0000000..bb14ad2 --- /dev/null +++ b/test/test-boost.sh @@ -0,0 +1,16 @@ +#!/bin/bash +cd .. +# release boost src code +rm -rf tmp/boost-1.72.0 +# copy templates +cp -rf templates/boost/1.72.0/data.boost.arm.cpu.config ./ +# switch to config +./jarvis -use data.boost.arm.cpu.config +# download boost src code +./jarvis -d +# install dependency +./jarvis -dp +# build +./jarvis -b +# run +./jarvis -r \ No newline at end of file -- Gitee