This still requires a manual action in the MS Partner Center, but makes the submission easier. Note that on purpose the job will only be available on release branches, not on master
16 lines
576 B
YAML
16 lines
576 B
YAML
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
include:
|
|
- project: sysadmin/ci-utilities
|
|
file:
|
|
- /gitlab-templates/reuse-lint.yml
|
|
- /gitlab-templates/android-qt6.yml
|
|
- /gitlab-templates/linux-qt6.yml
|
|
- /gitlab-templates/windows-qt6.yml
|
|
# - /gitlab-templates/freebsd-qt6.yml
|
|
- /gitlab-templates/flatpak.yml
|
|
- /gitlab-templates/craft-android-qt6-apks.yml
|
|
- /gitlab-templates/craft-appimage-qt6.yml
|
|
- /gitlab-templates/craft-windows-x86-64-qt6.yml
|
|
- /gitlab-templates/craft-windows-appx-qt6.yml |