view bitbucket-pipelines.yml @ 467:aececedd5ad1

chore(warnings): Fix syntax warnings about unused results.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 26 May 2019 22:20:48 +0200
parents 29d2b936b2f0
children e0ad0ac062e1
line wrap: on
line source

image: atlassianlabs/buildpack-deps-rust

pipelines:
  branches:
    '*':
      - 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/