From f0475b48806f83698b7a3f70a5f25d62d9b6cdd4 Mon Sep 17 00:00:00 2001
From: Jan Reher <jreher@ep1.rub.de>
Date: Fri, 16 Apr 2021 14:39:20 +0200
Subject: [PATCH] re-enabling gitlab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..2e89370
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,30 @@
+build:
+  stage: build
+
+  script:
+    - ./make
+  artifacts:
+    paths:
+    - "build/auto/apdBatchSetter"
+    - "build/auto/apdBoxSetter"
+    - "build/auto/apdLocationSetter"
+    - "build/auto/getIrradiationDose"
+    - "build/auto/getLocations"
+    - "build/auto/getU100"
+    - "build/auto/makeSerialList"
+    - "build/auto/testXmlStructure"
+    - "build/auto/apdUnavailableSetter"
+    - "apdUnitCreator"
+    - "getBatch"
+    - "makeGridList"
+    - "setAnnealingInfo"
+    - "setArrivalForIrradiation"
+    - "setIrradiationInfo"
+    - "setSentForAnalysisAfterIrradiation"
+    - "validateSerials"
+
+
+test:
+  stage: test
+  script:
+    - build/auto/testXmlStructure
-- 
GitLab