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 10, 2024
1 parent dd0f05f commit a8b9607
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ jobs:
container:
image: kevinshahfws/node-c:3.0
steps:
- name: Download Thunder
uses: actions/download-artifact@v3
with:
name: thunder
path: /__w/firebolt-apis/install/
- name: show thunder
run: |
pwd
ls -la /__w/firebolt-apis/install/
# Checkout/install project
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -66,15 +56,20 @@ jobs:
- name: Install dependencies
run: npm ci

# - name: Clone and Install Thunder
# id: install_thunder
# run: |
# .github/workflows/utils.sh cloneAndInstallThunder

- name: Build Artifacts
run: |
npm run dist
- name: Download Thunder
uses: actions/download-artifact@v3
with:
name: thunder
path: /__w/thunder/install/
- name: show thunder
run: |
pwd
ls -la /__w/thunder/install/
- name: Build CXX Core SDK
run: |
.github/workflows/utils.sh buildCoreCPPSDK
Expand Down

0 comments on commit a8b9607

Please sign in to comment.