Skip to content

Update cargo.toml and add reusable workflow #19

Update cargo.toml and add reusable workflow

Update cargo.toml and add reusable workflow #19

Workflow file for this run

name: Build through reusable workflow
# This workflow will build the app.
# It calls a reusable workflow developed by Ledger's internal developer team to build the application and upload the
# resulting binaries.
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
build_application:
name: Build application using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@xch/rust-ci
with:
upload_app_binaries_artifact: "compiled_app_binaries"
builder: ledger-app-builder
run_for_devices: '["nanox", "nanosp"]'
relative_app_directory: "app_/"