1 Star 0 Fork 2

younland/unioffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-examples.sh 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ajianzhenshuai 提交于 2023-03-24 12:50 . unioffice v1.4.0
#!/bin/bash
go get -u github.com/go-ole/go-ole/oleutil
:> build_errors
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go build -i main.go" 2>>build_errors \;
if [[ $(wc -l build_errors | awk '{print $1}') == "0" ]]; then
exit 0
fi
exit 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/younland/unioffice.git
git@gitee.com:younland/unioffice.git
younland
unioffice
unioffice
main

搜索帮助