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

7
meson.Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM docker.io/albfan/miraclecast-ci
COPY . ./
RUN rm -rf build-meson; \
meson build-meson; \
ninja -C build-meson