From a5586d075f2cb4e2daa90c27c47a4b39f785ae3f Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 19 Jun 2020 23:40:18 +0200 Subject: [PATCH] Test new CI/CD. --- .build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index 44699f1..37c75ed 100644 --- a/.build.yml +++ b/.build.yml @@ -1,14 +1,14 @@ ---- kind: pipeline type: exec +name: test steps: - name: Compile commands: - - make release + - make release - name: install commands: - - make install + - make install - name: test commands: - - make tests + - make tests