4e72608441
* fixed compilation * Fix warnings * fix remaining tests * add to ci and fix test.sh
17 lines
243 B
Bash
17 lines
243 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p bigint\
|
|
-p ethash \
|
|
-p ethcore \
|
|
-p ethcore-dapps \
|
|
-p ethcore-rpc \
|
|
-p ethcore-signer \
|
|
-p ethcore-util \
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethsync \
|
|
-p ethcore-ipc \
|
|
-p ethcore-ipc-tests \
|
|
-p parity"
|