Updating UI

This commit is contained in:
Tomasz Drwięga
2016-07-14 19:32:15 +02:00
parent 517c705ab5
commit 66f8038b6b
6 changed files with 33 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ if ! type $KCOV > /dev/null; then
fi
. ./scripts/targets.sh
cargo test $TARGETS --no-default-features --no-run || exit $?
cargo test $TARGETS --no-run || exit $?

View File

@@ -3,5 +3,5 @@
. ./scripts/targets.sh
cargo doc --no-deps --verbose --no-default-features $TARGETS &&
cargo doc --no-deps --verbose $TARGETS &&
echo '<meta http-equiv=refresh content=0;url=ethcore/index.html>' > target/doc/index.html

View File

@@ -1,14 +1,14 @@
#!/bin/bash
export TARGETS="
-p ethkey \
-p ethstore \
-p bigint\
-p ethash \
-p ethcore-util \
-p ethcore \
-p ethsync \
-p ethcore-dapps \
-p ethcore-rpc \
-p ethcore-signer \
-p parity \
-p bigint"
# TODO [ToDr] add ethcore-dapps back
-p ethcore-util \
-p ethkey \
-p ethstore \
-p ethsync \
-p parity"