[education/rkward] /: Add gitlab CI

Thomas Friedrichsmeier null at kde.org
Mon Mar 28 16:51:51 BST 2022


Git commit 793f3e0ecf34b507d64da998abc927567b819d75 by Thomas Friedrichsmeier, on behalf of Nicolas Fella.
Committed on 28/03/2022 at 15:41.
Pushed by nicolasfella into branch 'master'.

Add gitlab CI

A  +6    -0    .gitlab-ci.yml
A  +19   -0    .kde-ci.yml

https://invent.kde.org/education/rkward/commit/793f3e0ecf34b507d64da998abc927567b819d75

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..f9680a11
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff --git a/.kde-ci.yml b/.kde-ci.yml
new file mode 100644
index 00000000..e7b549d4
--- /dev/null
+++ b/.kde-ci.yml
@@ -0,0 +1,19 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kcoreaddons': '@stable'
+    'frameworks/kdoctools': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kxmlgui': '@stable'
+    'frameworks/ktexteditor': '@stable'
+    'frameworks/kwidgetsaddons': '@stable'
+    'frameworks/kparts': '@stable'
+    'frameworks/kconfig': '@stable'
+    'frameworks/knotifications': '@stable'
+    'frameworks/kwindowsystem': '@stable'
+    'frameworks/karchive': '@stable'
+    'frameworks/kcrash': '@stable'


More information about the rkward-tracker mailing list