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