diff options
| author | 2024-12-29 20:59:02 +0100 | |
|---|---|---|
| committer | 2024-12-29 20:59:02 +0100 | |
| commit | b8486f92408afa1a0c71d3f62d93f49ac8bebc60 (patch) | |
| tree | 7a565583ad8b8a411e56e1085520a46ba67b1eb0 /.gitlab-ci.yml | |
| parent | b33bdad4072edbd087f1603d5a261f42567c0511 (diff) | |
| download | OneRoll-b8486f92408afa1a0c71d3f62d93f49ac8bebc60.tar.gz OneRoll-b8486f92408afa1a0c71d3f62d93f49ac8bebc60.zip | |
add ci file
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 650877a..ad85a70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,14 @@ -# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org> +# SPDX-FileCopyrightText: None # SPDX-License-Identifier: CC0-1.0 include: - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/windows-qt6.yml + - /gitlab-templates/linux-qt6.yml + +variables: + GIT_SUBMODULE_STRATEGY: recursive + + + |