From 5480783eb73ed5912416272a14b51af526a27735 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 23 Aug 2016 11:46:27 +0200 Subject: CI: adapt gitlab-ci.yml for stable and debian branch --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3958c965..311bdd2b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,3 +17,14 @@ master: script: "make test_gitlab" only: - master + +stable: + script: "make test_gitlab" + only: + - v0.9 + +debian: + script: + - make deb + only: + - v0.9 -- cgit v1.2.3