From 7205585d73c756c608529cb0305a26e834f7a831 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 9 Jan 2020 02:43:44 +0300 Subject: update cmake-common --- client/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'client') diff --git a/client/Dockerfile b/client/Dockerfile index 0ae14f1..349e240 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -10,13 +10,13 @@ COPY [".", "$src_dir"] RUN build_deps='boost-dev cmake g++ make python3' && \ apk add --no-cache $build_deps && \ - "$src_dir/cmake/ci/build.py" \ - --src "$src_dir" \ + "$src_dir/cmake/cmake/build/build.py" \ --install /usr/local \ - --clean \ --configuration Release \ - -- -D ENABLE_TESTS=ON \ - -- -D Boost_USE_STATIC_LIBS=OFF && \ + -- \ + "$src_dir" \ + -D ENABLE_TESTS=ON \ + -D Boost_USE_STATIC_LIBS=OFF && \ rm -rf -- "$src_dir" && \ apk del --purge --rdepends $build_deps && \ runtime_deps='boost-filesystem boost-program_options boost-regex boost-unit_test_framework libstdc++' && \ -- cgit v1.2.3