Skip to content

Commit

Permalink
test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 11, 2024
1 parent f04f6e8 commit b08eee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CXX build
on:
workflow_dispatch:
push:
branches:
- 'feature/cxx-build-workflow-testing'
pull_request:
branches:
- 'main'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ function buildCPPSDK() {
sed -i -e 's/prefix=/prefix /g' build.sh

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

cd test/
chmod +x ./build.sh
./build.sh -f "/__w/${sdk_name}-sdk/data/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/build/Firebolt" -s "/__w/thunder/install/"
}

# Check argument and call corresponding function
Expand Down

0 comments on commit b08eee4

Please sign in to comment.