This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch wincppfix
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/wincppfix by this push:
     new 80d8e05  try
80d8e05 is described below

commit 80d8e05447d875882aec48b047c4dbcbfd791353
Author: HTHou <[email protected]>
AuthorDate: Tue Mar 29 18:16:42 2022 +0800

    try
---
 .github/workflows/client.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 4efd66e..a7a5fd9 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -100,4 +100,4 @@ jobs:
         run: cd /d/a/cpp && unzip win_flex_bison.zip && mv win_flex.exe 
flex.exe && mv win_bison.exe bison.exe  && echo 'export PATH=/d/a/cpp:$PATH' >> 
~/.bash_profile && source ~/.bash_profile
       - name: Test with Maven
         shell: bash
-        run: source ~/.bash_profile && mvn -B clean integration-test -P 
compile-cpp -Dboost.include.dir=/c/local/boost_1_78_0 
-Dboost.library.dir=/c/local/boost_1_78_0/stage/lib -Dtsfile.test.skip=true 
-Djdbc.test.skip=true -Diotdb.test.skip=true -Dtest.port.closed=true 
-Denforcer.skip=true -pl server,client-cpp,example/client-cpp-example -am 
-Dcmake.url="https://github.com/Kitware/CMake/releases/download/v3.21.6/cmake-3.21.6-windows-x86_64.zip";
 -Dcmake.root.dir=${project.build.directory [...]
+        run: source ~/.bash_profile && mvn -B clean integration-test -P 
compile-cpp -Dboost.include.dir=/c/local/boost_1_78_0 
-Dboost.library.dir=/c/local/boost_1_78_0/stage/lib -Dtsfile.test.skip=true 
-Djdbc.test.skip=true -Diotdb.test.skip=true -Dtest.port.closed=true 
-Denforcer.skip=true -pl server,client-cpp,example/client-cpp-example -am 
-Dcmake.url="https://github.com/Kitware/CMake/releases/download/v3.21.6/cmake-3.21.6-windows-x86_64.zip";
 -Dcmake.root.dir=/D/a/iotdb/iotdb/target/c [...]

Reply via email to