From 54e885a0f905fe522e53ffcbbf2129feca501984 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Fri, 25 Mar 2016 08:46:28 +0100 Subject: [PATCH] Add dist job --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41b9da4..ac1d6b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - build - test + - deploy before_script: - ./bootstrap @@ -17,3 +18,9 @@ test: - test script: - make coverage-html + +dist: + stage: + - deploy + script: + - make dist