From 38a53d12ef7ac77d6383b1e488ce219b3e96af32 Mon Sep 17 00:00:00 2001 From: xiaoyekanren <876670773@qq.com> Date: Thu, 17 Aug 2023 15:57:01 +0800 Subject: [PATCH] tmp_upload_target_of_client_cpp v3 --- .github/workflows/upload_target_from_rel12_on_windows.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/upload_target_from_rel12_on_windows.yml b/.github/workflows/upload_target_from_rel12_on_windows.yml index 35207ec..46d6d2f 100644 --- a/.github/workflows/upload_target_from_rel12_on_windows.yml +++ b/.github/workflows/upload_target_from_rel12_on_windows.yml @@ -104,6 +104,11 @@ jobs: set Path=%Path%;${{ github.workspace }}\win_flex_bison-latest set Path mvn package -Dcmake.generator="Visual Studio 17 2022" -P compile-cpp -pl ${{ steps.iotdb-info.outputs.server_dir }},${{ steps.iotdb-info.outputs.cpp_dir }},example/client-cpp-example -am -DskipTests -Dboost.include.dir="${{ steps.iotdb-info.outputs.boost_include_dir }}" -Dboost.library.dir="${{ steps.iotdb-info.outputs.boost_library_dir }}" -Dcmake.url="${{ steps.iotdb-info.outputs.cmake_url }}" -Dcmake.root.dir="${{ steps.iotdb-info.outputs.cmake_root_dir }}" + +# compress client-cpp + - name: compress client-cpp-example + shell: bash + run: | cd ${{ github.workspace }}/iotdb/${{ steps.iotdb-info.outputs.cpp_dir }} 7z a client-cpp-target.zip target