Merge branch 'master' into install-parity
This commit is contained in:
commit
6142c6aae5
@ -641,6 +641,8 @@ function run_installer()
|
||||
info "Downloading Parity..."
|
||||
git clone git@github.com:ethcore/parity
|
||||
cd parity
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
info "Building & testing Parity..."
|
||||
cargo test --release -p ethcore-util
|
||||
|
Loading…
Reference in New Issue
Block a user