Skip to content

Commit

Permalink
fix github ci script (#169)
Browse files Browse the repository at this point in the history
* fix github ci script

* update submodule
  • Loading branch information
qishipengqsp authored Mar 13, 2023
1 parent 925e437 commit 04d75a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ci/github_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Coverage -DENABLE_INTERNAL_BUILD=1
make -j6

# build java
JAVA_CLIENT_VERSION=1.2.1

cd $WORKSPACE/deps/tugraph-db-client-java/
sh local_build.sh
cp rpc-client-test/target/tugraph-db-java-rpc-client-test-${JAVA_CLIENT_VERSION}.jar $WORKSPACE/build/output/
cp ogm/tugraph-db-ogm-test/target/tugraph-db-ogm-test-${JAVA_CLIENT_VERSION}.jar $WORKSPACE/build/output/

# unittest
mkdir -p $WORKSPACE/testresult/gtest/
cd $WORKSPACE/build/output
Expand Down

0 comments on commit 04d75a6

Please sign in to comment.