1 Star 0 Fork 34

ryvius_key / XuperChain

forked from 百度开源 / XuperChain 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 537 Bytes
Copy Edit Raw Blame History
fanbingxin authored 2020-03-26 12:44 . ci: add docker command check (#762)
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
- if command -v docker && docker info; then XDEV_CC_IMAGE=xuper/emcc:1.38.30 make contractsdk; fi
- cd ./core/test && bash ci_pipeline.sh
after_success:
- bash <(curl -s https://codecov.io/bash) -y .github/codecov.yml
cache:
directories:
- .cache
Go
1
https://gitee.com/ryvius_key/xuperchain.git
git@gitee.com:ryvius_key/xuperchain.git
ryvius_key
xuperchain
XuperChain
master

Search