1 Star 0 Fork 0

老牛/xuperchain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
wellzm 提交于 2021-06-30 17:10 +08:00 . Upgrade XuperChain to new framework
language: go
install: true
sudo: false
go:
- 1.12.x
matrix:
include:
- os: linux
dist: xenial
- os: osx
osx_image: xcode10.1
script:
- diff -u <(echo -n) <(gofmt -d $(find . -type f -name '*.go' -not -path "./vendor/*"))
- make && make test
- cd ./auto && bash ci_pipeline.sh
after_success:
- bash <(curl -s https://codecov.io/bash) -y .github/codecov.yml
cache:
directories:
- .cache
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/laoniu11/xuperchain.git
[email protected]:laoniu11/xuperchain.git
laoniu11
xuperchain
xuperchain
master

搜索帮助