mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ci/github: add a job for --without-libsystemd
This commit is contained in:
parent
4b7fc4f1e9
commit
83956daeee
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@ -82,6 +82,15 @@ jobs:
|
||||
apt-get update
|
||||
apt-get install -y git libc6:amd64 libstdc++6:amd64
|
||||
|
||||
# A build without libsystemd support, similar to what flatpak-builder does.
|
||||
- name: Debian Stable without libsystemd
|
||||
image: debian:stable-slim
|
||||
pre-checkout-setup: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
configure-options: >-
|
||||
--without-libsystemd
|
||||
|
||||
- name: Debian Testing
|
||||
image: debian:testing-slim
|
||||
pre-checkout-setup: |
|
||||
|
Loading…
Reference in New Issue
Block a user