summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2022-03-30 10:50:29 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2022-04-04 09:24:31 +0200
commit82f1aaeea06d40de6da467b07206ba8abadf48a0 (patch)
tree66061b2df4a44738de02a64a1c7d2f035dd6138e /.gitlab-ci.yml
parent7060b64287a109ba90d0563b1f6fe578816e9dfe (diff)
downloaddbus-82f1aaeea06d40de6da467b07206ba8abadf48a0.tar.gz
Add automatic detection of distribution to CI scripts
The detection is based on the variable ID from /etc/os-release, which is supported by systemd. For further details see https://www.freedesktop.org/software/systemd/man/os-release.html. Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ab3ed58..70f8dd58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,6 @@ variables:
ci_local_packages: "yes"
ci_parallel: "2"
ci_sudo: "yes"
- ci_distro: "debian"
ci_suite: "bullseye"
###
# IMPORTANT
@@ -158,8 +157,6 @@ debian buster autotools:
.suse-build:
extends: .unix-host-build
image: "opensuse/leap:15"
- variables:
- ci_distro: "opensuse"
opensuse cmake:
extends: .suse-build