usetech-llc / polkadot_api_cpp

С++ API for Polkadot.
Apache License 2.0
18 stars 21 forks source link

Setup node for local testing in TravisCI #18

Open gregzaitsev opened 5 years ago

gregzaitsev commented 5 years ago

A "--dev" substrate node needs to be setup in docker so that tests do not depend on concrete nodes. TravisCI needs to be pointed to this node for testing. Should be possible to run tests with this node on a local machine as well.

Please allow to specify substrate version (tag or commit hash).