Erik Grinaker
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.circleci/config.yml
|
@ -343,6 +343,7 @@ jobs: |
|
|
name: Build tendermint |
|
|
name: Build tendermint |
|
|
no_output_timeout: 20m |
|
|
no_output_timeout: 20m |
|
|
command: | |
|
|
command: | |
|
|
|
|
|
sudo apt-get update |
|
|
sudo apt-get install -y ruby |
|
|
sudo apt-get install -y ruby |
|
|
bash -x ./scripts/gitian-build.sh all |
|
|
bash -x ./scripts/gitian-build.sh all |
|
|
for os in darwin linux windows; do |
|
|
for os in darwin linux windows; do |
|
|