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 f4f5b05 commit 66b42fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ jobs:
with:
name: core-sdk
path: /__w/core-sdk/

- name: Show core sdk
run: ls -la /__w/core-sdk/

- name: Download Thunder
uses: actions/download-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ function buildCoreCPPSDK() {

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

0 comments on commit 66b42fd

Please sign in to comment.