Context
We want to have CI set up for the new cardano-wallet in order to have a means to automatically build the code and run all our tests against the build. At this moment we decided to go with Travis, so we want to get the .travis.yaml from the previous cardano-wallet review it and remove all unnecessary dependencies to cardano-sl from it. Instead, we want to depend on cardano-http-bridge as a gate for receiving blocks from the mainnet/testnet.
Decision
In order to use this repo with cardano-http-bridge we need to add instructions for building and caching Rust http-bridge to .travis.yml
Development Plan
PR
QA
Context
We want to have CI set up for the new
cardano-walletin order to have a means to automatically build the code and run all our tests against the build. At this moment we decided to go with Travis, so we want to get the.travis.yamlfrom the previouscardano-walletreview it and remove all unnecessary dependencies tocardano-slfrom it. Instead, we want to depend oncardano-http-bridgeas a gate for receiving blocks from the mainnet/testnet.Decision
In order to use this repo with
cardano-http-bridgewe need to add instructions for building and caching Rust http-bridge to .travis.ymlDevelopment Plan
cardano-http-bridgeis within the availablePATHsuch that we can refer to it in our various scripts.PR
masterQA