Skip to content
Snippets Groups Projects
Commit 6142c6aa authored by KKudryavtsev's avatar KKudryavtsev
Browse files

Merge branch 'master' into install-parity

parents 3273ac3e 98bd65da
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment