From 48021b190e9f7472b52272b395c84e8a460c818f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr>
Date: Wed, 13 Jan 2016 15:23:46 +0100
Subject: [PATCH] Add gitlab_ci continuous integration

---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000..f7d2b8c88
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+Tests:
+  script:
+  - eval `opam config env`
+  - make
+  - make tests
+  tags: 
+  except:
+  - tags
-- 
GitLab