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
7
meson.Dockerfile
Normal file
7
meson.Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM docker.io/albfan/miraclecast-ci
|
||||
|
||||
COPY . ./
|
||||
|
||||
RUN rm -rf build-meson; \
|
||||
meson build-meson; \
|
||||
ninja -C build-meson
|
Loading…
Add table
Add a link
Reference in a new issue