Skip to content

Commit

Permalink
fixup! test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 11, 2024
1 parent b08eee4 commit 483b132
Show file tree
Hide file tree
Showing 2 changed files with 5 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
Expand Up @@ -130,6 +130,9 @@ jobs:
- name: Build CXX Core SDK
run: |
.github/workflows/utils.sh buildCoreCPPSDK
- name: Run Tests
run: /__w/core-sdk/TestFireboltCore

manage_sdk:
name: Build Manage 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 @@ -292,6 +292,8 @@ function buildCPPSDK() {
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/"

cp -f /__w/${sdk_name}-sdk/data/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/test/build/TestFireboltCore /__w/${sdk_name}-sdk/
}

# Check argument and call corresponding function
Expand Down

0 comments on commit 483b132

Please sign in to comment.