From 0eb9876554507c3067341ef6ab2d1f2329f6f11d Mon Sep 17 00:00:00 2001
From: anisa kusumadewi <kusumadewi@itc.rwth-aachen.de>
Date: Mon, 28 Nov 2022 12:35:33 +0100
Subject: [PATCH] added back CI script

---
 .gitattributes | 1 +
 .gitlab-ci.yml | 9 +++++++++
 2 files changed, 10 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d7f1094
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+.git* export-ignore
\ No newline at end of file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f4fe280
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+include:
+  - project: 'moodle_l2p/moodle-ci'
+    file: '/build-package.gitlab-ci.yml'
+
+variables:
+  PACKAGE_NAME:         moodle-rwth-pdfannotator
+  PACKAGE_CAPABILITIES: moodle-rwth-rwth_pdfannotator
+  PACKAGE_SUMMARY:      RWTH plugin that allows students to make annotations and ask questions via comments regarding PDFs provided by teachers.
+  PACKAGE_DESCRIPTION:  Package to install the Moodle Plugin pdfannotator.
-- 
GitLab