Summary
Jobs
Display branch
Build all Rust apps with the reusable workflow
Retrieve Rust Apps
Display Rust Apps
Build for all targets (app-boilerplate-rust, nanos+)
Build for all targets (app-boilerplate-rust, nanox)
Build for all targets (app-boilerplate-rust, stax)
Build for all targets (app-boilerplate-rust, flex)
Build for all targets (app-boilerplate-rust, apex_p)
Build for all targets (app-starknet, flex)
Build for all targets (app-starknet, nanox)
Build for all targets (app-starknet, nanos+)
Build for all targets (app-starknet, stax)
Build for all targets (app-mobilecoin, nanox)
Build for all targets (app-mobilecoin, nanos+)
Build for all targets (app-sui, flex)
Build for all targets (app-sui, nanox)
Build for all targets (app-sui, nanos+)
Build for all targets (app-sui, stax)
Build for all targets (app-radix-babylon, nanox)
Build for all targets (app-radix-babylon, nanos+)
Build for all targets (app-near, flex)
Build for all targets (app-near, nanox)
Build for all targets (app-near, nanos+)
Build for all targets (app-near, stax)
Build for all targets (app-alephium, flex)
Build for all targets (app-alephium, nanox)
Build for all targets (app-alephium, nanos+)
Build for all targets (app-alephium, stax)
Build for all targets (app-ironfish-dkg, flex)
Build for all targets (app-ironfish-dkg, nanos+)
Build for all targets (app-ironfish-dkg, stax)
Build for all targets (app-iota, flex)
Build for all targets (app-iota, nanox)
Build for all targets (app-iota, nanos+)
Build for all targets (app-iota, stax)
Build for all targets (app-conflux, flex)
Build for all targets (app-conflux, nanox)
Build for all targets (app-conflux, nanos+)
Build for all targets (app-conflux, stax)
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build all Rust apps
on:
workflow_dispatch:
pull_request:
jobs:
display_branch:
name: Display branch
runs-on: ubuntu-latest
steps:
- name: Display branch
run: |
echo "Branch:" ${{ github.ref }}
echo "Head ref:" ${{ github.head_ref }}
test_build_rust:
name: Build all Rust apps with the reusable workflow
uses: LedgerHQ/ledger-device-rust-sdk/.github/workflows/reusable_build_all_apps.yml@master
with:
c_sdk_branch: '${{ github.head_ref }}'
You can’t perform that action at this time.