Updating UI
This commit is contained in:
@@ -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 $?
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user