2 Star 1 Fork 0

jretty-org/buddhad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zollty 提交于 2022-06-14 17:05 . update to v520
language: go
sudo: true
go:
- 1.15.x
env:
global:
- GO111MODULE=on
- GORELEASER_VERSION=0.123.3
- UPXVER="3.94"
before_install:
- wget https://github.com/goreleaser/goreleaser/releases/download/v${GORELEASER_VERSION}/goreleaser_amd64.deb
- sudo dpkg -i goreleaser_amd64.deb
- |
if [[ ! -f "upx/${UPXVER}/upx" ]]
then
echo "Installing upx .."
curl -OL "https://github.com/upx/upx/releases/download/v${UPXVER}/upx-${UPXVER}-amd64_linux.tar.xz"
tar xvf "upx-${UPXVER}-amd64_linux.tar.xz"
mkdir -p upx
mv "upx-${UPXVER}-amd64_linux" "upx/${UPXVER}"
fi
- export PATH="${TRAVIS_BUILD_DIR}/upx/${UPXVER}/:${PATH}"
- upx --version | grep -E '^upx'
- chmod +x upx.sh
script:
- go test -v ./...
- goreleaser --skip-validate --skip-sign --debug
branches:
only:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jretty-org/buddhad.git
[email protected]:jretty-org/buddhad.git
jretty-org
buddhad
buddhad
master

搜索帮助