1 Star 0 Fork 32

ptbxzrt/ifm_nettle

forked from openEuler/ifm_nettle 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangduirong 提交于 2023-04-02 21:16 . init the sm3 and md5 source
#!/bin/sh
rm -rf build/
mkdir build
cd build
cmake ..
if [ $? -ne 0 ];then
echo "Failed: cmake failed, exit"
exit 1
fi
make
if [ $? -ne 0 ];then
echo "Failed: make failed, exit"
exit 1
fi
ctest
if [ $? -ne 0 ];then
echo "Failed: ctest failed, exit"
exit 1
fi
echo "SUCCESS: Build ifm_nettle successful."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaohao2023/ifm_nettle.git
[email protected]:zhaohao2023/ifm_nettle.git
zhaohao2023
ifm_nettle
ifm_nettle
master

搜索帮助