Ai
24 Star 56 Fork 90

openEuler/hpcrunner
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test-ctffind.sh 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixiang 提交于 2024-04-24 09:08 +08:00 . add test/test-ctffind.sh.
#!/bin/bash
cd ..
# release ctffind src code
rm -rf tmp/ctffind-4.1.14
# copy templates
cp -rf templates/ctffind/4.1.14/data.ctffind.arm.cpu.config ./
# switch to config
./jarvis -use data.ctffind.arm.cpu.config
# download ctffind src code
./jarvis -d
# install dependency
./jarvis -dp
# build
./jarvis -b
# run
./jarvis -r
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/hpcrunner.git
git@gitee.com:openeuler/hpcrunner.git
openeuler
hpcrunner
hpcrunner
master

搜索帮助