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 c689cbd  Update client.yml
c689cbd is described below

commit c689cbd37d0cb83ab54a3cfda37463f7500c590a
Author: Haonan <[email protected]>
AuthorDate: Tue Mar 29 18:34:26 2022 +0800

    Update client.yml
---
 .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 a7a5fd9..446fbae 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=/D/a/iotdb/iotdb/target/c [...]
+        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/compile- [...]

Reply via email to