Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Apr 16, 2019
2 parents 341095e + e7f2864 commit bbc1165
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- target/debug/deps
key: v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
# module test cases
- run: cd ~/edgeware && cargo test --all
- run: cd ~/edgeware && source ./.cargo/env && cargo test --all
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![CircleCI](https://circleci.com/gh/hicommonwealth/edgeware-node/tree/master.svg?style=svg)](https://circleci.com/gh/hicommonwealth/edgeware-node/tree/master)

# edgeware-node

A Parity Substrate node implementing [Edgeware](https://edgewa.re).
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
echo "Running apt as sudo"
SUDO_PREFIX='sudo'
fi
$SUDO_PREFIX apt install -y cmake pkg-config libssl-dev git clang libclang-dev
$SUDO_PREFIX apt install -y build-essential cmake pkg-config libssl-dev openssl git clang libclang-dev
elif [[ "$OSTYPE" == "darwin"* ]]; then
echo "Found macbook"
brew install cmake pkg-config openssl git llvm
Expand Down

0 comments on commit bbc1165

Please sign in to comment.