view bitbucket-pipelines.yml @ 464:fd31f9ad8897

fix(stdlib): Update use of deprecated function
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 17 May 2019 11:35:52 +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/