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 ce0b5fb try
ce0b5fb is described below
commit ce0b5fb671a2ba2f9cda4aed6c91f614766a01b4
Author: HTHou <[email protected]>
AuthorDate: Tue Mar 29 17:13:54 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 80323bc..4efd66e 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.director [...]
+ 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 [...]