view bitbucket-pipelines.yml @ 173:96ffa861bba6

Initial Bitbucket Pipelines configuration
author Lewin Bormann <lewin@lewin-bormann.info>
date Sat, 12 Aug 2017 08:16:20 +0000
parents e3ecc44a0343
children d4526767ded0
line wrap: on
line source

image: atlassianlabs/buildpack-deps-rust

pipelines:
  branches:
    master:
      - 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