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:
parent
be54804768
commit
4f37045eea
6 changed files with 61 additions and 37 deletions
18
res/miraclecast-ci.Dockerfile
Normal file
18
res/miraclecast-ci.Dockerfile
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue