This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch test_win_cpp_example
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/test_win_cpp_example by this
push:
new bcbb70a021c test build win cpp example
bcbb70a021c is described below
commit bcbb70a021c0ef477f2edcdb4b2677c247d97fd6
Author: HTHou <[email protected]>
AuthorDate: Fri Aug 25 14:47:21 2023 +0800
test build win cpp example
---
.github/workflows/client-cpp.yml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/client-cpp.yml b/.github/workflows/client-cpp.yml
index b072ff48493..75609e737f9 100644
--- a/.github/workflows/client-cpp.yml
+++ b/.github/workflows/client-cpp.yml
@@ -47,15 +47,10 @@ jobs:
key: client-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2-
- name: Install Win_Flex_Bison
- run: choco install winflexbison
+ run: choco install winflexbison3
- name: Download Boost
run: choco install boost-msvc-14.3 --version=1.78.0
- - name: Install OpenSSL
- run: choco install openssl
- - name: Build IoTDB server
+ - name: Build cpp client
shell: bash
- # Explicitly using mvnw here as the build requires maven 3.9 and the
default installation is older
- # Explicitly using "install" instead of package in order to be sure
we're using libs built on this machine
- # (was causing problems on windows, but could cause problem on linux,
when updating the thrift module)
run: ./mvnw clean install -P with-cpp -pl
iotdb-client/client-cpp,example/client-cpp-example -am -DskipTests