From a8f51bb7ff38524ad6f719cdd24c7d91db1135f5 Mon Sep 17 00:00:00 2001
From: Franz Zieris <fzieris@mi.fu-berlin.de>
Date: Thu, 20 Jul 2017 07:26:33 +0000
Subject: [PATCH] Provide GitLab CI config

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..df33f30
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+image: blang/latex
+
+compile:
+  stage: build
+  script:
+    # add or change commands here, e.g. if your thesis has an index
+    - pdflatex thesis
+    - bibtex thesis
+    - pdflatex thesis
+    - pdflatex thesis
+  artifacts:
+    paths:
+      - "*.pdf"
-- 
GitLab