view bitbucket-pipelines.yml @ 177:acc25ac52f89

cache: Make CacheKey an array instead of an expensive vec
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Aug 2017 12:06:15 +0200
parents d4526767ded0
children 033f06f09e7f
line wrap: on
line source

image: atlassianlabs/buildpack-deps-rust

pipelines:
  branches:
    default:
      - step:
          script:
            - echo "Updates to rustup"                ; rustup self update
            - echo "Update Rust toolchain"            ; rustup update
            - echo "Build project"                    ; cargo build
            - echo "Run unit tests"                   ; cargo test --lib -v --no-fail-fast -- --nocapture --test