resource_proof 0.5.0

A 'proof' of bandwidth, cpu and storage for nodes in a decentralised network.
Documentation
environment:
  global:
    RUST_BACKTRACE: 1
  matrix:
    - RUST_TOOLCHAIN: 1.19.0

branches:
  only:
    - master

cache:
  - '%USERPROFILE%\.cargo'
  - '%APPVEYOR_BUILD_FOLDER%\target'

clone_depth: 1

install:
  - ps: |
        $url = "https://github.com/maidsafe/QA/raw/master/appveyor/install_rustup.ps1"
        Invoke-WebRequest $url -OutFile "install_rustup.ps1"
        . ".\install_rustup.ps1"

platform:
  - x86
  - x64

configuration:
  - Release

build_script:
  - cargo check --verbose --release --lib --tests

test_script:
  - cargo test --verbose --release