From 76480158f9fd5119cf70bd9e8fca90bb70993f93 Mon Sep 17 00:00:00 2001
From: Stefan Gehr <stefan.kerman.gehr@fau.de>
Date: Tue, 18 Oct 2022 16:56:58 +0200
Subject: [PATCH] CI

---
 .gitlab-ci.yml | 11 +++++++++++
 README.md      |  2 ++
 2 files changed, 13 insertions(+)
 create mode 100644 .gitlab-ci.yml
 create mode 100644 README.md

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..6db62aa
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+stages:
+    - build
+compile_pdf:
+    image: aergus/latex
+    script:
+        - make -C report
+    stage: build
+    artifacts:
+        expire_in: 10 weeks
+        paths:
+            - "report/build/report.pdf"
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f886e7f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+Our final project is in [solarpump](solarpump).
+The report about it can be read at [https://gitlab.cs.fau.de/oz73ifuv/arduino-block-course/-/jobs/artifacts/main/raw/report/build/report.pdf?job=compile_pdf](https://gitlab.cs.fau.de/oz73ifuv/arduino-block-course/-/jobs/artifacts/main/raw/report/build/report.pdf?job=compile_pdf).
-- 
GitLab