Skip to content

Commit

Permalink
Compile Vanadium VM app in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 15, 2024
1 parent 6743879 commit 80fe19c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
# native tests

test_app_sdk:
name: Run V-App SDK tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -109,3 +111,12 @@ jobs:
working-directory: apps/test/client
run: |
cargo +nightly test --target x86_64-unknown-linux-gnu
# build Vanadium VM app

build_application:
name: Build application using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
upload_app_binaries_artifact: "compiled_app_binaries"
builder: ledger-app-builder

0 comments on commit 80fe19c

Please sign in to comment.