mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
More of 10753
This commit is contained in:
parent
5f8bcacd7f
commit
66dd61d54d
@ -15,6 +15,7 @@ export CCACHE_SIZE=${CCACHE_SIZE:-400M}
|
||||
if [ "$PULL_REQUEST" != "false" ]; then contrib/devtools/commit-script-check.sh $COMMIT_RANGE; fi
|
||||
|
||||
#if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/check-doc.py; fi TODO reenable after all Bitcoin PRs have been merged and docs fully fixed
|
||||
if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/check-rpc-mappings.py .; fi
|
||||
|
||||
ccache --max-size=$CCACHE_SIZE
|
||||
|
||||
|
@ -13,10 +13,15 @@ import sys
|
||||
SOURCES = [
|
||||
"src/rpc/server.cpp",
|
||||
"src/rpc/blockchain.cpp",
|
||||
"src/rpc/governance.cpp",
|
||||
"src/rpc/masternode.cpp",
|
||||
"src/rpc/mining.cpp",
|
||||
"src/rpc/misc.cpp",
|
||||
"src/rpc/net.cpp",
|
||||
"src/rpc/privatesend.cpp",
|
||||
"src/rpc/rawtransaction.cpp",
|
||||
"src/rpc/rpcevo.cpp",
|
||||
"src/rpc/rpcquorums.cpp",
|
||||
"src/wallet/rpcwallet.cpp",
|
||||
]
|
||||
# Source file (relative to root) containing conversion mapping
|
||||
|
Loading…
Reference in New Issue
Block a user