mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-25 11:56:11 -07:00
comments, first pass
This commit is contained in:
parent
c01f7308da
commit
2858450d7f
2 changed files with 9 additions and 8 deletions
|
|
@ -23,11 +23,11 @@ WORKDIR /src
|
|||
COPY . .
|
||||
RUN cmake \
|
||||
-S . \
|
||||
-B build \
|
||||
-B build \
|
||||
-G Ninja \
|
||||
-DWITH_SERVER=1 \
|
||||
-DWITH_CLIENT=0 \
|
||||
-DWITH_ORACLE=0 \
|
||||
-DWITH_SERVER=1 \
|
||||
&& cmake --build build \
|
||||
&& cmake --install build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue