mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 14:11:56 +00:00
fix cmake CI
This commit is contained in:
parent
f740af2655
commit
42c5bda976
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM docker.io/albfan/miraclecast-ci
|
||||
|
||||
COPY . ./
|
||||
RUN mkdir src
|
||||
|
||||
RUN rm -rf build-cmake; \
|
||||
mkdir build-cmake; \
|
||||
cd build-cmake; \
|
||||
cmake ..; \
|
||||
make
|
||||
COPY . ./src
|
||||
|
||||
WORKDIR src
|
||||
|
||||
RUN cmake -Bbuild . && make -C build
|
||||
|
|
Loading…
Reference in a new issue