@@ -13,7 +13,7 @@ WORKDIR /src
|
||||
COPY CMakeLists.txt ./
|
||||
COPY src ./src
|
||||
|
||||
RUN cmake -S . -B build -DCMAKE_BUILD_TYPE=Release \
|
||||
RUN cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF \
|
||||
&& cmake --build build -j"$(nproc)"
|
||||
|
||||
FROM ubuntu:20.04 AS runtime
|
||||
|
||||
Reference in New Issue
Block a user