Skip to content

Commit 243b0fa

Browse files
committed
Update echobot-submodule
1 parent a5cba44 commit 243b0fa

8 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile_test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ RUN rm -rf CMakeCache.txt CMakeFiles/ && \
4646

4747
WORKDIR /usr/src/tgbot-cpp/samples/echobot-submodule
4848
RUN rm -rf tgbot-cpp/
49-
COPY ../../../ ./
49+
COPY ../../include* tgbot-cpp/include/
50+
COPY ../../src* tgbot-cpp/src/
51+
COPY ../../CMakeLists.txt tgbot-cpp/CMakeLists.txt
5052
RUN rm -rf CMakeCache.txt CMakeFiles/ && \
5153
cmake . && make -j$(nproc)
5254

tools/docker-run-sample

100755100644
File mode changed.

tools/docker-run-sample-webhook

100755100644
File mode changed.

tools/docker-test

100755100644
File mode changed.

tools/docs-generate

100755100644
File mode changed.

tools/docs-push-gh-pages

100755100644
File mode changed.

tools/list-includes

100755100644
File mode changed.

tools/list-srcs

100755100644
File mode changed.

0 commit comments

Comments
 (0)