ci: Migrate from Travis to GitLab CI

This makes more sense now since we're using FDO GitLab for all the other
development infra.
This commit is contained in:
Arun Raghavan 2019-11-03 15:58:48 +01:00
parent 54733718bd
commit 44bf0baaa7
3 changed files with 14 additions and 28 deletions

View file

@ -6,6 +6,7 @@ LABEL description="Fedora-based environment for building PipeWire" \
# Install pipewire dependencies
RUN dnf -y install \
which \
gcc \
meson \
systemd-devel \