summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Pascual <cpascual@cells.es>2019-11-14 09:30:22 +0100
committerGitHub <noreply@github.com>2019-11-14 09:30:22 +0100
commit9f6895f0901cddc8ab69cc334e25ff3a702466d3 (patch)
tree5905a6347da4c181f482df50483bf3099993cbbc
parent5becf7820b8fa44833c16c940accfad43a2c70f7 (diff)
Create .gitlab-ci-alba.yml
Add a yml file for configuring the CI/CD for creating (unofficial) debian packages for sardana at ALBA TODO: generalise this so that it does not depend on ALBA's infrastructure
-rw-r--r--.gitlab-ci-alba.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci-alba.yml b/.gitlab-ci-alba.yml
new file mode 100644
index 00000000..90f768f8
--- /dev/null
+++ b/.gitlab-ci-alba.yml
@@ -0,0 +1,8 @@
+# This file is for configuring the CI/CD for creating (unofficial)
+# debian packages for sardana at ALBA
+# It has no efect unless you configure your gitlab instance to use it.
+# TODO: generalise this so that it does not depend on ALBA's infrastructure
+
+include:
+- https://git.cells.es/ctpkg/ci/ctpipeline/raw/master/ctjobdefs-ci.yml
+- https://git.cells.es/ctpkg/ci/ctpipeline/raw/master/ctpipeline.yml