Skip to content

Commit

Permalink
fix cmake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Oct 29, 2022
1 parent d30469b commit 0f88003
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmake.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0f88003

Please sign in to comment.