Blob Blame History Raw
From 327db00fb5bddd3c6ffa7fe87d491dc383502e23 Mon Sep 17 00:00:00 2001
From: Claus <claus@protovision.games>
Date: Mon, 4 Feb 2019 13:56:57 +0000
Subject: [PATCH 13/36] Adding step name and setting binary as artifact to keep
 it.

---
 bitbucket-pipelines.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 810f36a..653de5f 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -9,9 +9,12 @@ image: alpine:3.7
 pipelines:
   default:
     - step:
+        name: Build and test
         script: # Modify the commands below to build your repository.
           - apk add build-base
           - make
           - cd test_cc1541
           - make test
+        artifacts:
+          - cc1541
           
-- 
2.21.0