mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:52:01 +00:00
11 lines
203 B
Docker
11 lines
203 B
Docker
FROM docker.io/albfan/miraclecast-ci
|
|
|
|
COPY . ./
|
|
|
|
RUN rm -rf build-autotools ; \
|
|
mkdir build-autotools; \
|
|
cd build-autotools; \
|
|
../autogen.sh; \
|
|
../configure; \
|
|
make; \
|
|
make check
|