fc6e598b40
Conflicts: .travis.yml
15 lines
219 B
Bash
15 lines
219 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethash \
|
|
-p ethcore-util \
|
|
-p ethcore \
|
|
-p ethsync \
|
|
-p ethcore-rpc \
|
|
-p ethcore-signer \
|
|
-p parity \
|
|
-p bigint"
|
|
# TODO [ToDr] add ethcore-dapps back
|