From 7cce259d628a807cd3de7e0288add6bf14a06afd Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Fri, 17 Jan 2020 15:49:40 +0100
Subject: [PATCH] =?UTF-8?q?Ajout=20int=C3=A9gration=20continue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..a496c56
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+stages:
+  - build
+
+build_rapport_fr:
+  stage: build
+  script:
+    - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_fr.tex
+
+build_rapport_en:
+  stage: build
+  script:
+    - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex
-- 
GitLab