Browse Source

gitlab pipeline

Nathalie Furmento 4 years ago
parent
commit
8b201cab47
2 changed files with 8 additions and 0 deletions
  1. 5 0
      .gitlab-ci.yml
  2. 3 0
      contrib/gitlab/build.yml

+ 5 - 0
.gitlab-ci.yml

@@ -0,0 +1,5 @@
+stages:
+  - build
+
+include:
+  - contrib/gitlab/build.yml

+ 3 - 0
contrib/gitlab/build.yml

@@ -0,0 +1,3 @@
+build:
+	- ls -ls
+