ci-test/.gitlab-ci.yml
Timothée Ravier c04079b78f Kinoite Nightly: Initial Plasma 6 Kinoite build
- Packages from a copr
- Uses Rawhide Koji repos (unsigned)
- Handle khotkeys going away in Plasma 6

Disabled now that everything is in Rawhide again.
2024-10-08 22:08:06 +02:00

31 lines
741 B
YAML

# SPDX-License-Identifier: MIT
# Only used in https://gitlab.com/fedora/ostree/ci-test
# For tests running in the Fedora infrastructure, see .zuul.yaml and
# https://fedoraproject.org/wiki/Zuul-based-ci
# See: https://gitlab.com/fedora/ostree/buildroot
image: quay.io/fedora-ostree-desktops/buildroot
stages:
- build
# As those are not official images, we build all available variants
build:
stage: build
script:
- just compose-image $VARIANT
- just upload-container $VARIANT
parallel:
matrix:
- VARIANT:
- silverblue
- kinoite
- kinoite-mobile
- sway-atomic
- xfce-atomic
- lxqt-atomic
- budgie-atomic
- base-atomic
- cosmic-atomic
# - kinoite-nightly