Skip to content

Commit

Permalink
fixup! feat(core): CI pipeline to build and test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 11, 2024
1 parent ca58a9f commit f4f5b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
with:
path: ~/.npm
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install npm dependencies
run: |
cd /__w/core-sdk/
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ function buildCoreCPPSDK() {
sed -i -e 's/prefix=/prefix /g' build.sh

./build.sh -s "/__w/thunder/install/" || exit 9999
cd test/
./build.sh -f "/__w/core-sdk/data/firebolt-core-native-sdk-${FIREBOLT_VERSION}/build/Firebolt" -s "/__w/thunder/install/"
ls build/
}

function buildManageCPPSDK() {
Expand Down

0 comments on commit f4f5b05

Please sign in to comment.