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 Nov 11, 2024
1 parent e31d20e commit bf773c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
git remote add -f origin https://github.com/rdkcentral/firebolt-openrpc.git
git config core.sparseCheckout true
echo "languages/cpp/src/shared/CMakeLists.txt" >> .git/info/sparse-checkout
echo "languages/cpp/templates/sdk/scripts/build.sh" >> .git/info/sparse-checkout
git pull origin chore/cpp-ci-unit-covorage-report
- name: Download Thunder
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ 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 -rf /__w/openrpc/languages/cpp/src/shared/CMakeLists.txt .
cp -rf /__w/openrpc/languages/cpp/src/shared/build.sh .
chmod +x ./build.sh

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

0 comments on commit bf773c8

Please sign in to comment.