mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
release cmake
This commit is contained in:
parent
aa83bf87ef
commit
f898a0e66b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ FROM development AS builder
|
|||
COPY . .
|
||||
|
||||
RUN --mount=type=cache,target=/usr/src/app/cmake-cache \
|
||||
cmake -Bcmake-cache -H. && \
|
||||
cmake -Bcmake-cache -H. -DCMAKE_BUILD_TYPE=Release && \
|
||||
cmake --build cmake-cache --target slipstream && mv cmake-cache/slipstream .
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue