1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Use travis as CI

This commit is contained in:
Alberto Fanjul 2020-11-13 10:29:13 +01:00
parent be54804768
commit 4f37045eea
6 changed files with 61 additions and 37 deletions

View file

@ -0,0 +1,18 @@
FROM debian:buster-slim
RUN dpkg --add-architecture i386
RUN apt-get update && apt-get install -y \
build-essential \
systemd \
libglib2.0-dev \
libreadline-dev \
libudev-dev \
libsystemd-dev \
libusb-dev \
automake \
autoconf \
libtool \
cmake \
meson