view bitbucket-pipelines.yml @ 383:80fb047381b6

options: Set reuse_logs to true by default and only save manifest if really necessary. Change d2a96a moved a save_manifest assignment erroneously.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 08 Oct 2017 19:26:48 +0200
parents 033f06f09e7f
children 29d2b936b2f0
line wrap: on
line source

image: atlassianlabs/buildpack-deps-rust

pipelines:
  branches:
    default:
      - step:
          caches:
              - cargo
          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

definitions:
    caches:
        cargo: target/