exonum-btc-anchoring 0.11.0

An Exonum service that provides anchoring to Bitcoin blockchain.
Documentation
os: Visual Studio 2015

environment:
  # Workaround for the issue https://github.com/briansmith/ring/issues/648
  CL: "/wd5045"
  # Stable 64-bit MSVC
  target: rust-ms
  # Print full backtrace
  RUST_BACKTRACE: full

install:
  - choco install -y %target%
  - choco install -y protoc
  - refreshenv
  - rustc -vV
  - cargo -vV

build: false

test_script:
  - cargo test --all

cache:
  - '%USERPROFILE%\.cargo -> Cargo.toml'
  - target -> Cargo.toml