diff options
| author | Elvis Angelaccio <[email protected]> | 2020-11-24 00:02:14 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-11-24 00:03:39 +0100 |
| commit | 201b8d41107b61e5a2e9d413f71f15926903d21e (patch) | |
| tree | 4bbbfee0bdff2ab835154ee11298d64fa1795540 | |
| parent | 9e4642d435085f27134ed6c8431734dcacf65834 (diff) | |
Add .gitlab-ci.yml
This should enable basic CI support for dolphin MRs.
| -rw-r--r-- | .gitlab-ci.yxml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yxml b/.gitlab-ci.yxml new file mode 100644 index 000000000..5dd9a93dc --- /dev/null +++ b/.gitlab-ci.yxml @@ -0,0 +1,3 @@ +include: + - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml + - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-linux.yml |
