1 Star 0 Fork 1

小青子衿/libzmq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ci_deploy.sh 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
# do NOT set -x or it will log the secret tokens!
set -e
if [[ $BUILD_TYPE == "default" && $CURVE == "libsodium" && -z $DRAFT ]]; then
# Tell travis to deploy all files in dist
mkdir dist
export LIBZMQ_DEPLOYMENT=dist/*
# Move archives to dist
mv *.tar.gz dist
mv *.zip dist
# Generate hash sums
cd dist
md5sum *.zip *.tar.gz > MD5SUMS
sha1sum *.zip *.tar.gz > SHA1SUMS
cd -
else
export LIBZMQ_DEPLOYMENT=""
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/little_gitee/libzmq.git
git@gitee.com:little_gitee/libzmq.git
little_gitee
libzmq
libzmq
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385