Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 88d371b0fa - Show all commits

View file

@ -15,4 +15,5 @@ install:
script:
- cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_USE_STATIC_LIBS=OFF .
- make -j 2
- tests/all_tests
- set -o pipefail
- tests/all_tests 2>&1 | cat