This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Specifiy the branches of CI It's enough to test on master and dev branch. Furthermore, no need to clone dev branch particularly in script part * Fix a bug(#46) * Close(#41) * Replace the basic log statement with logrus * Finish the basic log replacement * Add block process to build accountutxos db (#53) * Add block process to build accountutxos db * Update 544bf9b * Update init pin.Store * Rename some variables * Update gofmt * Modify io_test to not support bytom/log && Add logrus in glide.lock * Replace the basic log in p2p (#60) * Account bind key && Asset bind key (#59) * Add bindAccount && bindAsset function in bytomcli * Add signTransactions in bytomcli
- Loading branch information
Showing
33 changed files
with
959 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
language: go | ||
dist: trusty | ||
sudo: false | ||
|
||
go: | ||
- 1.8.3 | ||
- 1.9 | ||
- tip | ||
- 1.8.3 | ||
- 1.9 | ||
- tip | ||
|
||
branches: | ||
only: | ||
- master | ||
- dev | ||
|
||
script: | ||
- git clone -b dev https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom | ||
- cd $GOPATH/src/github.com/bytom | ||
- make install | ||
- make test | ||
- git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom | ||
- cd $GOPATH/src/github.com/bytom | ||
- make install | ||
- make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.