Skip to content

Commit

Permalink
fixup! chore: CI to test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Dec 3, 2024
1 parent 76d91e0 commit 09a269e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,9 @@ function build_cpp_sdk() {

tar -xvf /__w/firebolt-apis/firebolt-apis/src/sdks/${sdk_name}/build/cpp/src/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}.tgz -C /__w/firebolt-apis/firebolt-apis/
cd /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}
cp -f /__w/openrpc/firebolt-openrpc/languages/cpp/src/shared/CMakeLists.txt .
cp -f /__w/openrpc/firebolt-openrpc/languages/cpp/src/shared/cmake/CodeCoverage.cmake cmake/
ls -l /__w/openrpc/
cp -f /__w/openrpc/languages/cpp/src/shared/CMakeLists.txt .
cp -f /__w/openrpc/languages/cpp/src/shared/cmake/CodeCoverage.cmake cmake/
chmod +x ./build.sh

./build.sh -s "/__w/thunder/install/" || exit 9999
Expand Down

0 comments on commit 09a269e

Please sign in to comment.