changeset 171:e3ecc44a0343

Add CI configuration.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Aug 2017 10:06:44 +0200
parents 62c425f76e9a
children af9e6c30d66d
files bitbucket-pipelines.yml
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml	Sat Aug 12 10:06:44 2017 +0200
@@ -0,0 +1,11 @@
+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