Test lần 2
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-06-13 13:58:38 +07:00
parent d6f22132ce
commit fbc0c11be2
13 changed files with 239 additions and 68 deletions

View File

@@ -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