Commit 1cc7a2b4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

debug

parent 1080a8d3
Pipeline #15691 failed with stages
in 13 seconds
......@@ -2,8 +2,7 @@ FROM alpine AS builder
RUN apk --no-cache add build-base cmake linux-headers boost-dev boost-static
WORKDIR /usr/src/app
COPY CMakeLists.txt .
COPY src src
COPY CMakeLists.txt src ./
RUN cmake -DCMAKE_BUILD_TYPE=Debug .
RUN make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment